Skip to content

Instantly share code, notes, and snippets.

@kjseefried
Last active August 29, 2015 14:04
Show Gist options
  • Save kjseefried/0264e29e2188bb0f51bd to your computer and use it in GitHub Desktop.
Save kjseefried/0264e29e2188bb0f51bd to your computer and use it in GitHub Desktop.
Find heartbleed with nmap
nmap --script-updatedb
get https://svn.nmap.org/nmap/nselib/tls.lua and put it in /usr/share/nmap/nselib/
get http://nmap.org/svn/scripts/ssl-heartbleed.nse and put it in /usr/share/nmap/scripts
nmap -d --script ssl-heartbleed --script-trace --script-args vulns.showall -sV 10.1.0.0/16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment