This commit is contained in:
Adrien MALINGREY 2024-10-20 02:18:38 +02:00
parent baef7123b8
commit 321935e7a8

View File

@ -20,12 +20,12 @@ Return status, title and favicon URL of a webpage
---
categories = {"discovery", "intrusive"}
author = "Adrien Malingrey"
license = "Same as Nmap--See https://nmap.org/book/man-legal.html"
author = "Adrien Malingrey"
license = "Same as Nmap--See https://nmap.org/book/man-legal.html"
portrule = shortport.service({"http", "https", "ssl"})
local http = require "http"
local http = require "http"
local stdnse = require "stdnse"
action = function(host, port)