Difference between revisions of "Nmap"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
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 --script ssl-cert -p 443 www.google.com | ||
nmap -p 443 --script http-security-headers 10.x.x.y | nmap -p 443 --script http-security-headers 10.x.x.y | ||
``` | ``` | ||
+ | https://jumpnowtek.com/security/Using-nmap-to-check-certs-and-supported-algos.html |
Latest revision as of 19:37, 5 February 2022
nmap -sV --script ssl-enum-ciphers -p 443 www.google.com nmap --script ssl-cert -p 443 www.google.com nmap -p 443 --script http-security-headers 10.x.x.y
https://jumpnowtek.com/security/Using-nmap-to-check-certs-and-supported-algos.html