HOME>>>>>>>>>

File xmpp-brute

脚本使用类型: portrule
脚本所属分类: brute, intrusive
脚本下载地址: http://nmap.org/svn/scripts/xmpp-brute.nse

User Summary

Performs brute force password auditing against XMPP (Jabber) instant messaging servers.

Script Arguments

xmpp-brute.servername

needed when host name cannot be automatically determined (eg. when running against an IP, instead of hostname)

xmpp-brute.auth

authentication mechanism to use LOGIN, PLAIN, CRAM-MD5 or DIGEST-MD5

passdb, unpwdb.passlimit, unpwdb.timelimit, unpwdb.userlimit, userdb

See the documentation for the unpwdb library.

smbdomain, smbhash, smbnoguest, smbpassword, smbtype, smbusername

See the documentation for the smbauth library.

Example Usage

执行格式

nmap -p 5222 --script xmpp-brute <host>

Script Output

PORT     STATE SERVICE
5222/tcp open  xmpp-client
| xmpp-brute: 
|   Accounts
|     CampbellJ:arthur321 - Valid credentials
|     CampbellA:joan123 - Valid credentials
|     WalkerA:auggie123 - Valid credentials
|   Statistics
|_    Performed 6237 guesses in 5 seconds, average tps: 1247

Requires


Author: Patrik Karlsson

License: VER007 整理 http://www.ver007.com