Skip to content

Experiment with raw sockets in python

Notifications You must be signed in to change notification settings

hcwilk/Raw_Sockets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  • Linux
  • Python 3.6 or higher

Usage

  • Right now, this is purely for me to learn how to utilze raw sockets in my Linux VM.
  • I'll try to expand this to recreate common protocols (TCP,UDP) to better understand how they communicate

Server

sudo python server.py $INTERFACE

Client

sudo .python client.py $DESTINATION_MAC_ADDRESS $SOURCE_INTERFACE

About

Experiment with raw sockets in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%