use shortport.http

This commit is contained in:
Adrien MALINGREY 2024-10-23 19:10:56 +02:00
parent 80dc329353
commit 9d7f526080

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"