Packet hacking
From Wildsong
Jump to navigationJump to search
I want to be able to write low level tools in Python
- Examine packet dumps
- Write tools to do a "man in the middle" approach to tapping into a data stream.
(For legitimate reasons!)
Some available python tools
dpkt - looks most promising today
pcaputils - seems like it's not being developed http://www.jjguy.com/pcaputils/pcaputils.html
scapy - more like an interactive tool than a toolkit