Compare commits

...

2 Commits

Author SHA1 Message Date
43d2df7850 script-args-file.ini 2024-10-23 19:18:59 +02:00
9d7f526080 use shortport.http 2024-10-23 19:10:56 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
smbdomain =
smbdomain = WORKGROUP
smbuser =
smbpassword =

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"