Last active
August 29, 2015 14:07
-
-
Save markandrewj/2a26c932ca92046281f5 to your computer and use it in GitHub Desktop.
NMAP poodle, basic
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 --script ssl-enum-ciphers -p 443 twitter\.com |grep "SSLv3: No supported" ||echo "Site vulnerable to poodle" # Check for Poodle vuln |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment