diff --git a/pages/common/nmap.md b/pages/common/nmap.md index 4e27d66e2a..212ac5e3e8 100644 --- a/pages/common/nmap.md +++ b/pages/common/nmap.md @@ -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}}`