Active Members Fi8sVrs Posted April 28, 2012 Active Members Report Posted April 28, 2012 (edited) Part 1: Code your own Server/Client and start analyzing with ScapyPart1 (INTRO):In the Python part of video, we jump right into the code and cover your first Python TCP client and server and walk you through each of them, line by line.The Scapy part of the video will show you basic packet analysis in Scapy with a few helpful "making yourself feel at home in Scapy" tips. You will also walk out of this part with a better understanding of SYN/ACK/FIN packets, and what TCP connections and disconnects look like "on the wire".We also have a little surprise at the end The Source files (python 2.6) can be downloaded at: github.com/piman/PyPrimer-for-Hackers------------Some key points we want to cover in the whole video series: toolz often lie! code your own networking tools and get the correct feedback! code your own networking environments some network attacks run your toolz on several machines and communicate with them ...and other funny stuff Part 2scr: python tutorial for hackers pentesters ? th3mast3r Edited May 1, 2012 by Fi8sVrs Quote