Skip to content

This is a small utitlity which can be used to create a simple TCP stack. IT maintains sequence and ACK numbers and also offers simple functions to send and recieve data

anujtyagi/scapy_helper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This utitlity lets you create a simple TCP stack using Scapy.
It maintians the sequence,ack numbers and offers simple functions
to send and recieve data

`ScapyConnection` is the base class which can be inherited to provide
custom functionality. 

The function `process_packet` is called for every packet recieved for that 
connection. This function should be overridden by the derived class.

About

This is a small utitlity which can be used to create a simple TCP stack. IT maintains sequence and ACK numbers and also offers simple functions to send and recieve data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%