Skip to content

Instantly share code, notes, and snippets.

@degan
Last active August 29, 2015 14:16
Show Gist options
  • Save degan/70e8059507d173751294 to your computer and use it in GitHub Desktop.
Save degan/70e8059507d173751294 to your computer and use it in GitHub Desktop.
FREAK Attack server test
see discussion below
@ebatista
Copy link

ebatista commented Mar 5, 2015

You can use this online tool to check if you webserver is vulnerable:

http://www.freakattacktest.tk

@degan
Copy link
Author

degan commented Mar 5, 2015

Great feedback and discussion, it looks like nmap is indeed a better method:

nmap --script ssl-enum-ciphers -p 443 sohu.com|grep EXPORT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment