From bddaa541bfa4af1a5602c362272f709e71f2db56 Mon Sep 17 00:00:00 2001 From: adrien Date: Wed, 23 Oct 2024 19:12:50 +0200 Subject: [PATCH] use shortport.http --- http-info.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"