Skip to content

Instantly share code, notes, and snippets.

Created October 15, 2014 17:05
Show Gist options
  • Select an option

  • Save anonymous/b4e63f58bfd268302e92 to your computer and use it in GitHub Desktop.

Select an option

Save anonymous/b4e63f58bfd268302e92 to your computer and use it in GitHub Desktop.
Check of SSL 3.0 "Poodle" vulnerability
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