
Scapy
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.
Nov 16, 2005 · 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 Problematic State of the art Arbitrary limitations Decode or interpret ? Scapy Concepts Quick overview High-level commands Extending Scapy
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
main slides - Scapy
Paper: researchgate.net/publication/346656455 Scanning with Scapy (interactive Python shell)¶ In this example, we use vcan0interface. Load necessary components in Scapy¶ >>>conf.contribs['ISOTP']={'use-can-isotp-kernel-module':True}>>>conf.contribs['CANSocket']={'use-python-can':False}>>>load_contrib('cansocket')>>>load_contrib('isotp') Run ...
reveal.js - Scapy
Automotive Penetration Testing with Scapy Nils Weiss | Enrico Pozzobon [email protected] | [email protected] Guillaume Valadon (@guedou) - [email protected] Gabriel Potter - [email protected] Pierre Lalet (@pi3rre) - [email protected] We've tested a many automotive penetration testing tools.
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 Problematic State of the art Forge exactly what you want Decode or interpret ? Scapy Concepts Quick …
- [PDF]
scapy.dvi
Scapy Scapy is a python program that provides classes to interactively create packets or sets of packets manipulate them send them on wire