Browse Exploit & Auxiliary Modules

The Metasploit Project hosts the world's largest database of quality assured exploits, including hundreds of remote exploits, auxiliary modules, and payloads. You can even review the Metasploit Framework source code of any module - or write your own.

Search for modules

SIP Username Enumerator (UDP)

Scan for numeric username/extensions using OPTIONS/REGISTER requests


Rank

  • Normal

Authors

  • et < et [at] metasploit.com >

Development


Similar Modules


Usage Information

$ msfconsole

                ##                          ###           ##    ##
 ##  ##  #### ###### ####  #####   #####    ##    ####        ######
####### ##  ##  ##  ##         ## ##  ##    ##   ##  ##   ###   ##
####### ######  ##  #####   ####  ##  ##    ##   ##  ##   ##    ##
## # ##     ##  ##  ##  ## ##      #####    ##   ##  ##   ##    ##
##   ##  #### ###   #####   #####     ##   ####   ####   #### ###
                                      ##

msf > use auxiliary/scanner/sip/enumerator
msf auxiliary(enumerator) > set RHOSTS [TARGET HOST RANGE]
msf auxiliary(enumerator) > run


Module Options

BATCHSIZE The number of hosts to probe in each set (default: 256)
CHOST The local client address
CPORT The local client port (default: 5060)
MAXEXT Ending extension (default: 9999)
METHOD Enumeration method (accepted: OPTIONS, REGISTER) (default: REGISTER)
MINEXT Starting extension (default: 0)
PADLEN Cero padding maximum length (default: 4)
RHOSTS The target address range or CIDR identifier
RPORT The target port (default: 5060)
THREADS The number of concurrent threads (default: 1)
ShowProgress Display progress messages during a scan
ShowProgressPercent The interval in percent that progress should be shown
VERBOSE Enable detailed status messages
WORKSPACE Specify the workspace for this module