Active Members Fi8sVrs Posted September 22, 2013 Active Members Report Posted September 22, 2013 Scapy Documentation[+]Introduction* About ScapyScapy is a Python program that enables the user to send, sniff and dissect and forge network packets.This capability allows construction of tools that can probe, scan or attack networks.Inotherwords, Scapyisapowerfulinteractivepacketmanipulationprogram. Itisabletoforgeordecodepackets of a wide number of protocols, send them on the wire, capture them, match requests and replies,and much more. Scapy can easily handle most classical tasks like scanning, tracerouting, probing, unittests, attacks or network discovery. It can replace hping, arpspoof, arp-sk, arping, p0f and even someparts of Nmap, tcpdump, and tshark).Scapy also performs very well on a lot of other speci?c tasks that most other tools can’t handle, likesending invalid frames, injecting your own 802.11 frames, combining techniques (VLAN hopping+ARPcache poisoning, VOIP decoding on WEP encrypted channel, ...), etc.The idea is simple. Scapy mainly does two things: sending packets and receiving answers. You de?nea set of packets, it sends them, receives answers, matches requests with answers and returns a list of packet couples (request, answer) and a list of unmatched packets. This has the big advantage over toolslike Nmap or hping that an answer is not reduced to (open/closed/?ltered), but is the whole packet.On top of this can be build more high level functions, for example one that does traceroutes and give as aresult only the start TTL of the request and the source IP of the answer. One that pings a whole network and gives the list of machines answering. One that does a portscan and returns a LaTeX report* What makes Scapy so special* Quick dem* Learning Pytho[+] Download and Installation* Overvie* Installing Scapy* Installing Scapy* Optional software for special features* Platform-specific instruction[+] Usage*Starting Scap* Interactive tutoria* Simple one-liner* Recipe[+] Advanced usage* ASN.1 and SNM* Automat[+] Build your own tools* Using Scapy in your tool* Extending Scapy with add-on[+] Adding new protocols* Simple exampl*Layer* Dissecti* Buildin* Field[+] Troubleshooting* FA.* Getting hel[+] Scapy development* Project organizatio* How to contribut* Testing with UTScapyEbook 2:* Basic Commands* Constructing Packets* Specifying Addresses and Values* Displaying Packets* Sending Packets* fuzzing* sniffing packetsEbooks 3:PacketCraftingUsingScapyDownload File : Size 1.6MbMirror: Scapy DocumentationScapy Documentation - Turk Black Hat | TBH | Home | Hacking Forum Quote