Last active
December 19, 2016 20:17
-
-
Save galvanic/861138ed2bdf61be3ce7 to your computer and use it in GitHub Desktop.
pyladies scapy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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