1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:22:09 +02:00

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: - 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` `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}}`