mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Adding script for performing open socks proxy server discovery.
Script was also included to script.db file.
This commit is contained in:
parent
9031a1a428
commit
f39e109b64
2 changed files with 160 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ Entry { filename = "smtp-strangeport.nse", categories = { "malware", } }
|
|||
Entry { filename = "sniffer-detect.nse", categories = { "discovery", } }
|
||||
Entry { filename = "snmp-brute.nse", categories = { "auth", "intrusive", } }
|
||||
Entry { filename = "snmp-sysdescr.nse", categories = { "default", "discovery", "safe", } }
|
||||
Entry { filename = "socks-open-proxy.nse", categories = { "default", "discovery", "external", "intrusive", } }
|
||||
Entry { filename = "sql-injection.nse", categories = { "intrusive", "vuln", } }
|
||||
Entry { filename = "ssh-hostkey.nse", categories = { "default", "intrusive", "safe", } }
|
||||
Entry { filename = "sshv1.nse", categories = { "default", "safe", } }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue