1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-24 08:29:04 +00:00

o [NSE] Added the library xmpp.lua and the script xmpp-brute that performs

brute force password auditing against XMPP (Jabber) servers. [Patrik]
This commit is contained in:
patrik
2011-07-26 06:54:19 +00:00
parent 6714caede8
commit 89d1f3b8d3
4 changed files with 560 additions and 3 deletions

View File

@@ -227,4 +227,5 @@ Entry { filename = "wdb-version.nse", categories = { "default", "discovery", "ve
Entry { filename = "whois.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 = "xmpp-brute.nse", categories = { "brute", "intrusive", } }
Entry { filename = "xmpp.nse", categories = { "default", "discovery", "safe", } }