Scapy is a powerful interactive packet manipulation library written in Python. Scapy 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.
2005年11月16日 · Scapy Network discovery and attacks Network packet forgery with Scapy Philippe BIONDI phil(at)secdev.org / philippe.biondi(at)eads.net EADS Corporate Research Center SSI Department Suresnes, FRANCE PacSec/core05, November 16, 2005 Philippe BIONDI Network packet forgery with Scapy 1/114. Problematic Scapy
Scapy Forewords Learning Python in 2 slides State of the art Aims of this presentation Explain some problems present in network packet tools I tried to overcome with Scapy Let you discover Scapy Give some network tricks and show you how easy it is to perform them with Scapy Philippe BIONDI Scapy: explore the net with new eyes
What is scapy ? Overview | Demo | Features 8 Applications : tests, research (quickly send any kind of packets and inspect answers) scanning (network, port, protocol scanning, ...) discovery …
CAN in Scapy. Caution: Linux SocketCAN has a different byte order than tcpdump/libpcap for the first 32 bits. If you have problems with CAN-Frames in Wireshark and Scapy, consider the configuration. conf.contribs['CAN'] = {'swap-bytes': False / True} Building a CAN frame
Scapy Network discovery and attacks Network packet manipulation with Scapy Philippe BIONDI phil(at)secdev.org / philippe.biondi(at)eads.net EADS Corporate Research Center SSI Department Suresnes, FRANCE Summer school, September 21, 2005 Philippe BIONDI Network packet manipulation with Scapy. Problematic