Last active
July 14, 2023 14:07
-
-
Save Rugby-Ball/4154d07f0fff5fb7d0561193b5aa765b to your computer and use it in GitHub Desktop.
This works with nmap Windows, MacOS and Linux to get the Subject Alternative Names (SAN) from a websites SSL Cert. Requires GREP be installed to work. #Public #nmap #shell #Utility
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| nmap -p 443 --script ssl-cert mrisimmons.com | grep "Subject Alternative Name" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment