SIP Username Enumerator (TCP)
Scan for numeric username/extensions using OPTIONS/REGISTER requests
Rank
- Normal
Authors
- et < et [at] metasploit.com >
Development
Similar Modules
- auxiliary/scanner/sip/enumerator
- auxiliary/scanner/sip/options
- auxiliary/scanner/sip/options_tcp
- auxiliary/scanner/sip/sipdroid_ext_enum
Usage Information
$ msfconsole
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use auxiliary/scanner/sip/enumerator_tcp
msf auxiliary(enumerator_tcp) > set RHOSTS [TARGET HOST RANGE]
msf auxiliary(enumerator_tcp) > run
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use auxiliary/scanner/sip/enumerator_tcp
msf auxiliary(enumerator_tcp) > set RHOSTS [TARGET HOST RANGE]
msf auxiliary(enumerator_tcp) > run
Module Options
| 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) |
| CHOST | The local client address |
| CPORT | The local client port |
| ConnectTimeout | Maximum number of seconds to establish a TCP connection |
| Proxies | Use a proxy chain |
| SSL | Negotiate SSL for outgoing connections |
| SSLVersion | Specify the version of SSL that should be used (accepted: SSL2, SSL3, TLS1) |
| 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 |
| TCP::max_send_size | Maxiumum tcp segment size. (0 = disable) |
| TCP::send_delay | Delays inserted before every send. (0 = disable) |
