Compare commits

..

No commits in common. "43d2df78502b9e27c0b58706ad496b795168e9c7" and "80dc32935356bc9c36b8ee2c4a0ba1f3ebbecbdb" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

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

View File

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