Created
October 15, 2014 17:05
-
-
Save anonymous/b4e63f58bfd268302e92 to your computer and use it in GitHub Desktop.
Check of SSL 3.0 "Poodle" vulnerability
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" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment