Skip to content

Instantly share code, notes, and snippets.

local shortport = require "shortport"
local nmap = require "nmap"
local string = require "string"
local bin = require "bin"
local stdnse = require "stdnse"
description = [[
Tests for CVE-2014-0160 "heartbleed" OpenSSL vulnerability. Based on the
following script: