Packet hacking: Difference between revisions
From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs) m New page: 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!) == ... |
Brian Wilson (talk | contribs) |
||
Line 9: | Line 9: | ||
pcaputils - seems like it's not being developed | pcaputils - seems like it's not being developed | ||
http://www.jjguy.com/pcaputils/pcaputils.html | |||
[[scapy]] - more like an interactive tool than a toolkit | [[scapy]] - more like an interactive tool than a toolkit |
Latest revision as of 22:51, 26 August 2009
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