SIP Invite Spoof
This module will create a fake SIP invite request making the targeted device ring and display fake caller id information.
Rank
- Normal
Authors
- David Maynor < dave [at] erratasec.com >
Development
Similar Modules
Usage Information
$ msfconsole
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use auxiliary/voip/sip_invite_spoof
msf auxiliary(sip_invite_spoof) > set RHOSTS [TARGET HOST RANGE]
msf auxiliary(sip_invite_spoof) > run
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use auxiliary/voip/sip_invite_spoof
msf auxiliary(sip_invite_spoof) > set RHOSTS [TARGET HOST RANGE]
msf auxiliary(sip_invite_spoof) > run
Module Options
| MSG | The spoofed caller id to send (default: The Metasploit has you) |
| RHOSTS | The target address range or CIDR identifier |
| RPORT | The target port (default: 5060) |
| SRCADDR | The sip address the spoofed call is coming from (default: 192.168.1.1) |
| THREADS | The number of concurrent threads (default: 1) |
| CHOST | The local client address |
| CPORT | The local client port |
| 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 |
