-- Header -- description = [[Example to introduce developing your own Nmap scripts]] --- -- @usage -- nmap --script http-vuln-check target_host -- @output -- PORT STATE SERVICE -- 80/tcp open http -- |_http-vuln-check: Vulnerable author = "holger reibold" license = "like nmap" categories = {"default", "safe"} local shortport = require "shortport"