slackbuilds_ponce/network/scapy/README
2010-05-12 23:32:45 +02:00

7 lines
464 B
Text

Scapy is a packet generator, network scanner, network discovery tool,
and packet sniffer. It provides classes to interactively create
packets or sets of packets, manipulate them, send them over the wire,
sniff other packets from the wire, match answers and replies, and more
Interaction is provided by the Python interpreter, so Python
programming structures can be used (such as variables, loops, and
functions). Report modules are possible and easy to make.