Packet hacking

From Wildsong
Revision as of 22:50, 26 August 2009 by Brian Wilson (talk | contribs) (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!) == ...)
(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

scapy - more like an interactive tool than a toolkit