mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Added script xmlrpc-methods. This script perfoms introspection of
xmlrpc instances by using the system.listmethods and system.methodhelp method.
This commit is contained in:
parent
6c10bd10e9
commit
ac5094aa5d
3 changed files with 120 additions and 0 deletions
|
|
@ -495,6 +495,7 @@ Entry { filename = "whois-domain.nse", categories = { "discovery", "external", "
|
|||
Entry { filename = "whois-ip.nse", categories = { "discovery", "external", "safe", } }
|
||||
Entry { filename = "wsdd-discover.nse", categories = { "default", "discovery", "safe", } }
|
||||
Entry { filename = "x11-access.nse", categories = { "auth", "default", "safe", } }
|
||||
Entry { filename = "xmlrpc-methods.nse", categories = { "default", "discovery", "safe", } }
|
||||
Entry { filename = "xdmcp-discover.nse", categories = { "discovery", "safe", } }
|
||||
Entry { filename = "xmpp-brute.nse", categories = { "brute", "intrusive", } }
|
||||
Entry { filename = "xmpp-info.nse", categories = { "default", "discovery", "safe", "version", } }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue