Scapy is a powerful interactive packet manipulation program. It is able to forge or decode packets of a wide number of protocols, send them on the wire, capture them, match requests and replies, and much more. It can easily handle most classical tasks like scanning, tracerouting, probing, unit tests, attacks or network discovery (it can replace hping, 85% of nmap, arpspoof, arp-sk, arping, tcpdump, tshark, p0f, etc.). It also performs very well at a lot of other specific tasks that most other tools can’t handle, like sending invalid frames, injecting your own 802.11 frames, combining technics (VLAN hopping+ARP cache poisoning, VOIP decoding on WEP encrypted channel, …), etc.
Scapy runs natively on Linux, Windows, OSX and on most Unixes with libpcap (see scapy’s installation page). The same code base now runs natively on both Python 2 and Python 3.
- 00_Scapy - basic exercises.pdf
- 01_Scapy - basic exercises answers.pdf
- 02_DNS.md
- 03_Dig command.md
- 04_udp in tcp-ip.gif
- 05_DNS with scapy.md
- 00_byobu.md
- 00_fuzzing.md
- 01_tcpdump and pcap.md
- app12.py
- pcap + scapy - exercise
- read_test.py
- send_test.py
- send_test2 _withSendp.py
- send_test2.py
- send_test_withSendp..py
- 00_read and write pcap with scapy.md
- 01_Importing and Exporting PCAP Data.pdf
- 02_sniff options in scapy.md
- app00.py