Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save waywardsun/84496cb1e4eeab23e421a6a0af60a3fa to your computer and use it in GitHub Desktop.
Save waywardsun/84496cb1e4eeab23e421a6a0af60a3fa to your computer and use it in GitHub Desktop.
pyladies scapy
my slides:
https://github.com/galvanic/talk-slides/blob/master/scapy.ipynb
official docs:
http://www.secdev.org/projects/scapy/demo.html
http://www.secdev.org/projects/scapy/doc/usage.html#sniffing
some tutorials from the internet:
https://theitgeekchronicles.files.wordpress.com/2012/05/scapyguide1.pdf
https://samsclass.info/124/proj11/proj17-scapy.html
http://blog.endpoint.com/2015/04/raw-packet-manipulation-with-scapy.html
https://www.sans.org/reading-room/whitepapers/testing/taste-scapy-33249
http://resources.infosecinstitute.com/scapy-all-in-one-networking-tool/
https://bt3gl.github.io/infinite-possibilities-with-pythons-scapy-module.html
cheatsheet:
http://packetlife.net/media/library/36/scapy.pdf
http://www.workrobot.com/sansfire2009/SCAPY-packet-crafting-reference.html
network layers:
http://www.tcpipguide.com/free/t_NetworkLayerLayer3.htm
more example code & spoofing:
https://stackoverflow.com/questions/24340455/how-to-spoof-a-tcp-handshake-in-scapy
http://securitynik.blogspot.co.uk/2014/05/building-your-own-tools-with-scapy.html
http://blog.packetheader.net/2010/06/better-spoofing-of-icmp-host-redirect.html
http://webstersprodigy.net/2012/07/06/some-practical-arp-poison-attacks-with-scapy-iptables-and-burp/
http://comments.gmane.org/gmane.comp.security.scapy.general/3877
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment