10.08.2015 Views

Packet generation and network based attacks with Scapy - SecDev.org

Packet generation and network based attacks with Scapy - SecDev.org

Packet generation and network based attacks with Scapy - SecDev.org

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Introduction<strong>Scapy</strong>Network discovery <strong>and</strong> <strong>attacks</strong>Fast packet designingGenesisConceptsQuick overviewHow to order food at a Fast FoodI want a BigMac, French Fries <strong>with</strong> Ketchup <strong>and</strong> Mayonnaise, upto 9 Chicken Wings <strong>and</strong> a Diet CokeHow to order a <strong>Packet</strong> <strong>with</strong> <strong>Scapy</strong>I want a broadcast MAC address, <strong>and</strong> IP payload to ketchup.com<strong>and</strong> to mayo.com, TTL value from 1 to 9, <strong>and</strong> an UDP payload.Ether(dst="ff:ff:ff:ff:ff:ff")/IP(dst=["ketchup.com","mayo.com"],ttl=(1,9))/UDP()We have 18 packets defined in 1 line (1 implicit packet)Philippe BIONDI<strong>Packet</strong> <strong>generation</strong> <strong>and</strong> <strong>network</strong> <strong>based</strong> <strong>attacks</strong> <strong>with</strong> <strong>Scapy</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!