Skip to content

acdxvfsvd/python-traffic-recorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

python-traffic-recorder

A simple traffic recorder for CTF Pwn problems

Requirements

apt install python-libpcap
apt install libpcap-dev
apt install python-dpkt
apt install python-daemon
pip install pypcap

Usage

[sudo] python recorder.py network port filename
Example:
sudo python recorder.py eth0 23333 /var/log/pwn.log

About

A simple traffic recorder for CTF Pwn problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages