mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Merging changes from my experimental branch; the new versions of this scripts, which have significant changes to their core functionality, managed to hold their own against Brandon's network. More testing would be very helpful, though, especially with credentials (most of Brandon's scans were anonymous).
This commit is contained in:
parent
a246aaf469
commit
773000b65a
17 changed files with 1930 additions and 515 deletions
|
|
@ -63,6 +63,8 @@ Entry{ category = "version", filename = "skypev2-version.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" }
|
||||
Entry{ category = "discovery", filename = "smb-enum-processes.nse" }
|
||||
Entry{ category = "intrusive", filename = "smb-enum-processes.nse" }
|
||||
Entry{ category = "discovery", filename = "smb-enum-sessions.nse" }
|
||||
Entry{ category = "intrusive", filename = "smb-enum-sessions.nse" }
|
||||
Entry{ category = "discovery", filename = "smb-enum-shares.nse" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue