Difference between revisions of "Nmap"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
``` | ``` | ||
nmap -sV --script ssl-enum-ciphers -p 443 www.google.com | nmap -sV --script ssl-enum-ciphers -p 443 www.google.com | ||
+ | nmap -p 443 --script http-security-headers 10.x.x.y | ||
``` | ``` |
Revision as of 20:39, 12 January 2022
nmap -sV --script ssl-enum-ciphers -p 443 www.google.com nmap -p 443 --script http-security-headers 10.x.x.y