nmap: add full nse scan example (#4480)

This commit is contained in:
Dave 2020-10-15 00:29:25 +02:00 committed by GitHub
parent 2bf0eb0ed0
commit 69413c2aa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,3 +35,7 @@
- Perform TLS cipher scan against a host to determine supported ciphers and SSL/TLS protocols:
`nmap --script ssl-enum-ciphers {{address_or_addresses}} -p 443`
- Perform full port, service, version detection scan with all default NSE scripts active against a host to determin weaknesses and info:
`nmap -sC -sV {{address_or_addresses}}`