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
Telephone Line Voice Scanner
This module dials a range of phone numbers and records audio from each answered call
Rank
- Normal
Authors
- hdm < hdm [at] metasploit.com >
Development
Similar Modules
Usage Information
$ msfconsole
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use auxiliary/scanner/voice/recorder
msf auxiliary(recorder) > set IAX_HOST [ADDRESS]
msf auxiliary(recorder) > set OUTPUT_PATH [STRING]
msf auxiliary(recorder) > set TARGETS [STRING]
msf auxiliary(recorder) > run
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use auxiliary/scanner/voice/recorder
msf auxiliary(recorder) > set IAX_HOST [ADDRESS]
msf auxiliary(recorder) > set OUTPUT_PATH [STRING]
msf auxiliary(recorder) > set TARGETS [STRING]
msf auxiliary(recorder) > run
Module Options
| CALL_TIME | The maximum time in seconds to spent on each call (ring + recording) (default: 52) |
| IAX_CID_NAME | The default caller ID name (default: ) |
| IAX_CID_NUMBER | The default caller ID number (default: 15555555555) |
| IAX_HOST | The IAX2 server to communicate with |
| IAX_PASS | An optional IAX2 password |
| IAX_PORT | The IAX2 server port (default: 4569) |
| IAX_USER | An optional IAX2 username |
| OUTPUT_PATH | A local directory to store the resulting audio files |
| TARGETS | A list of telephone masks in the format of 1-555-555-5XXX, separated by commas |
| IAX_DEBUG | Enable IAX2 debugging messages |
| VERBOSE | Enable detailed status messages |
| WORKSPACE | Specify the workspace for this module |
