SIP Endpoint Scanner (UDP) | Metasploit Exploit Database (DB)

SIP Endpoint Scanner (UDP)

Scan for SIP devices using OPTIONS requests

Search Other Modules


Rank

  • Normal

Authors

  • hdm < hdm [at] metasploit.com >

Development


Similar Modules


Usage Information

$ msfconsole

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

msf > use auxiliary/scanner/sip/options
msf auxiliary(options) > set RHOSTS [TARGET HOST RANGE]
msf auxiliary(options) > 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)
RHOSTS The target address range or CIDR identifier
RPORT The target port (default: 5060)
THREADS The number of concurrent threads (default: 1)
TO The destination username to probe at each host (default: nobody)
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