diff --git a/http-info.nse b/http-info.nse index d64e13f..885c5cd 100644 --- a/http-info.nse +++ b/http-info.nse @@ -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"