Skip to content

Instantly share code, notes, and snippets.

@markandrewj
Last active August 29, 2015 14:07
Show Gist options
  • Save markandrewj/2a26c932ca92046281f5 to your computer and use it in GitHub Desktop.
Save markandrewj/2a26c932ca92046281f5 to your computer and use it in GitHub Desktop.
NMAP poodle, basic
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