mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
o [NSE] Added the ssh2-enum-algos script which reports the number of
algorithms the target SSH2 server supports, by type. If verbosity is set, then the offered algorithms are listed. Output is reduced for identical "client to server" and "server to client" lists by using a single combined list. [Kris]
This commit is contained in:
parent
af72edc2a5
commit
b69d93e2ab
3 changed files with 173 additions and 0 deletions
|
|
@ -140,6 +140,7 @@ Entry { filename = "snmp-win32-users.nse", categories = { "default", "discovery"
|
|||
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", "discovery", "safe", } }
|
||||
Entry { filename = "ssh2-enum-algos.nse", categories = { "discovery", "safe", } }
|
||||
Entry { filename = "sshv1.nse", categories = { "default", "safe", } }
|
||||
Entry { filename = "ssl-cert.nse", categories = { "discovery", "safe", } }
|
||||
Entry { filename = "ssl-enum-ciphers.nse", categories = { "discovery", "intrusive", } }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue