Skip to content

profxadke/replay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

replay

Simple python script that uses Scapy for replaying intercepted network traffic from a pcap file. [NOTE: You need to be specific about iface as lo if you're replaying packets from localhost]

Just install scapy, then provide a pcap file to the script while running it as argument!

$ git clone https://github.com/profxadke/reply && cd replay
$ virtualenv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt
$ python3 ./main.py traffic_dump.pcapng
$ deactivate

replay

Simple python script that uses Scapy for replaying intercepted network traffic from a pcap file.

Usage:
    main.py <pcap_file_path>
    main.py [--iface=<iface>|-i=<iface>] <pcap_file_path>
    main.py (-h | --help)
    main.py (-v | --version)

Options:
  -i=<iface> --iface=<iface>    Specify an interface to reply the packets on.
  -h --help     Show this screen.
  -v --version     Show version.

About

Simple python script that uses Scapy for replaying intercepted network traffic from a pcap file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages