use shortport.http

This commit is contained in:
Adrien MALINGREY 2024-10-23 19:12:50 +02:00
parent 180ecf99b5
commit bddaa541bf

View File

@ -23,7 +23,7 @@ categories = {"discovery", "intrusive"}
author = "Adrien Malingrey"
license = "Same as Nmap--See https://nmap.org/book/man-legal.html"
portrule = shortport.service({"http", "https", "ssl"})
portrule = shortport.http
local http = require "http"
local stdnse = require "stdnse"