mirror of
https://github.com/nmap/nmap.git
synced 2026-07-11 18:55:08 +00:00
Add a new msrpc.lua module, plus new scripts smb-enumdomains.nse,
smb-enumshares.nse, and smb-enumusers.nse. Also enhance the netbios.lua and smb.lua modules. Remove the smb-enum.nse script. All these changes are from Ron Bowes.
This commit is contained in:
parent
13663fb649
commit
ae7455279e
12 changed files with 3463 additions and 310 deletions
|
|
@ -63,6 +63,8 @@ Entry{ category = "safe", filename = "SMTPcommands.nse" }
|
|||
Entry{ category = "default", filename = "anonFTP.nse" }
|
||||
Entry{ category = "auth", filename = "anonFTP.nse" }
|
||||
Entry{ category = "intrusive", filename = "anonFTP.nse" }
|
||||
Entry{ category = "discovery", filename = "ASN.nse" }
|
||||
Entry{ category = "external", filename = "ASN.nse" }
|
||||
Entry{ category = "default", filename = "robots.nse" }
|
||||
Entry{ category = "safe", filename = "robots.nse" }
|
||||
Entry{ category = "default", filename = "finger.nse" }
|
||||
|
|
@ -77,8 +79,6 @@ Entry{ category = "discovery", filename = "ripeQuery.nse" }
|
|||
Entry{ category = "external", filename = "ripeQuery.nse" }
|
||||
Entry{ category = "demo", filename = "showHTTPVersion.nse" }
|
||||
Entry{ category = "version", filename = "PPTPversion.nse" }
|
||||
Entry{ category = "discovery", filename = "ASN.nse" }
|
||||
Entry{ category = "external", filename = "ASN.nse" }
|
||||
Entry{ category = "intrusive", filename = "brutePOP3.nse" }
|
||||
Entry{ category = "auth", filename = "brutePOP3.nse" }
|
||||
Entry{ category = "default", filename = "popcapa.nse" }
|
||||
|
|
@ -89,12 +89,16 @@ Entry{ category = "external", filename = "whois.nse" }
|
|||
Entry{ category = "safe", filename = "whois.nse" }
|
||||
Entry{ category = "external", filename = "dns-safe-recursion-txid.nse" }
|
||||
Entry{ category = "intrusive", filename = "dns-safe-recursion-txid.nse" }
|
||||
Entry{ category = "discovery", filename = "smb-enum.nse" }
|
||||
Entry{ category = "intrusive", filename = "smb-enum.nse" }
|
||||
Entry{ category = "external", filename = "dns-safe-recursion-port.nse" }
|
||||
Entry{ category = "intrusive", filename = "dns-safe-recursion-port.nse" }
|
||||
Entry{ category = "discovery", filename = "smb-security-mode.nse" }
|
||||
Entry{ category = "safe", filename = "smb-security-mode.nse" }
|
||||
Entry{ category = "default", filename = "smb-os-discovery.nse" }
|
||||
Entry{ category = "discovery", filename = "smb-os-discovery.nse" }
|
||||
Entry{ category = "safe", filename = "smb-os-discovery.nse" }
|
||||
Entry{ category = "discovery", filename = "smb-security-mode.nse" }
|
||||
Entry{ category = "safe", filename = "smb-security-mode.nse" }
|
||||
Entry{ category = "discovery", filename = "smb-enumusers.nse" }
|
||||
Entry{ category = "intrusive", filename = "smb-enumusers.nse" }
|
||||
Entry{ category = "discovery", filename = "smb-enumshares.nse" }
|
||||
Entry{ category = "intrusive", filename = "smb-enumshares.nse" }
|
||||
Entry{ category = "discovery", filename = "smb-enumdomains.nse" }
|
||||
Entry{ category = "intrusive", filename = "smb-enumdomains.nse" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue