mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Merge in changes from my private branch, primarily smb-brute.nse and smb-pwdump.nse, among other smaller changes.
This commit is contained in:
parent
523452a0d0
commit
45744eddc3
22 changed files with 4953 additions and 1117 deletions
|
|
@ -62,6 +62,8 @@ Entry{ category = "default", filename = "rpcinfo.nse" }
|
|||
Entry{ category = "safe", filename = "rpcinfo.nse" }
|
||||
Entry{ category = "discovery", filename = "rpcinfo.nse" }
|
||||
Entry{ category = "version", filename = "skypev2-version.nse" }
|
||||
Entry{ category = "intrusive", filename = "smb-brute.nse" }
|
||||
Entry{ category = "auth", filename = "smb-brute.nse" }
|
||||
Entry{ category = "intrusive", filename = "smb-check-vulns.nse" }
|
||||
Entry{ category = "discovery", filename = "smb-enum-domains.nse" }
|
||||
Entry{ category = "intrusive", filename = "smb-enum-domains.nse" }
|
||||
|
|
@ -76,6 +78,7 @@ Entry{ category = "intrusive", filename = "smb-enum-users.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 = "intrusive", filename = "smb-pwdump.nse" }
|
||||
Entry{ category = "discovery", filename = "smb-security-mode.nse" }
|
||||
Entry{ category = "safe", filename = "smb-security-mode.nse" }
|
||||
Entry{ category = "discovery", filename = "smb-server-stats.nse" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue