Pcap replay utility
replay a pcap capture file
Rank
- Normal
Authors
- amaloteaux < alex_maloteaux [at] metasploit.com >
Development
Similar Modules
Usage Information
$ msfconsole
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use auxiliary/spoof/replay/pcap_replay
msf auxiliary(pcap_replay) > set FILENAME [PATH]
msf auxiliary(pcap_replay) > run
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use auxiliary/spoof/replay/pcap_replay
msf auxiliary(pcap_replay) > set FILENAME [PATH]
msf auxiliary(pcap_replay) > run
Module Options
| DELAY | the delay in millisecond between each loop (default: 0) |
| FILENAME | The local pcap file to process |
| FILE_FILTER | The filter string to apply on the file |
| INTERFACE | The name of the interface |
| LOOP | The number of times to loop through the file (default: 1) |
| PKT_DELAY | the delay in millisecond between each packet (default: 0) |
| VERBOSE | Enable detailed status messages |
| WORKSPACE | Specify the workspace for this module |
