Packet hacking

From Wildsong
Revision as of 22:51, 26 August 2009 by Brian Wilson (talk | contribs) (→‎Some available python tools)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

I want to be able to write low level tools in Python

  1. Examine packet dumps
  2. 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