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
Pcap replay utility
replay a pcap capture file
Rank
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
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 |