// what it is
Description
Philippe Biondi's interactive packet manipulation library. Build any packet from scratch by stacking layers (`IP()/TCP()/Raw('...')`), send it, capture replies. Used by researchers, fuzzers, and protocol-implementation testers.
// use cases
What people use it for
- Protocol fuzzing
- Custom traffic generation
- Network research
// commands
The commands you'll type
REPL
$ scapyHand-crafted SYN
$ send(IP(dst='target.tld')/TCP(dport=80,flags='S'))