Jump to content
Fi8sVrs

Python for Hackers / Networkers Primer Part 1/2

Recommended Posts

  • Active Members

Part 1: Code your own Server/Client and start analyzing with Scapy

Part1 (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 2

scr: python tutorial for hackers pentesters ? th3mast3r

Edited by Fi8sVrs
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...