Compare commits
2 Commits
80dc329353
...
43d2df7850
Author | SHA1 | Date | |
---|---|---|---|
43d2df7850 | |||
9d7f526080 |
@ -1,3 +1,3 @@
|
|||||||
smbdomain =
|
smbdomain = WORKGROUP
|
||||||
smbuser =
|
smbuser =
|
||||||
smbpassword =
|
smbpassword =
|
@ -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.service({"http", "https", "ssl"})
|
portrule = shortport.http
|
||||||
|
|
||||||
local http = require "http"
|
local http = require "http"
|
||||||
local stdnse = require "stdnse"
|
local stdnse = require "stdnse"
|
||||||
|
Reference in New Issue
Block a user