Giter Site home page Giter Site logo

reixd / pystack Goto Github PK

View Code? Open in Web Editor NEW

This project forked from robindavid/pystack

0.0 2.0 0.0 3.17 MB

Pystack, is a python framework that allow to create small TCP/IP stacks in an easy manner in order to obtain a wanted behavior.

Home Page: http://www.robindavid.fr/pystack

License: GNU General Public License v3.0

Python 100.00%

pystack's Introduction

PyStack

Pystack, is a python framework that allow to create small TCP/IP stacks in an easy manner in order to obtain a wanted behavior. The applications are multiples and there is currently no any module that provide similar functionnalities in python.

It is developped above the Scapy framework to bring some network stateful functionalities adding to it multiple protocols implementations themselves architectured into a stack which allow the different layers to communicate. All this brings the IP stack in userland and then allow to do anything on network packets like modifying the network stack behavior without patching the Linux kernel.

Full Documentation

The full documentation with examples and explanation is available here: robindavid.github.io/pystack

Package

All the sources and examples are provided on Github. If you want only the module without documentation and example the module is available on Pypi : https://pypi.python.org/pypi/pystack

Installation

From pip:

pip install pystack

From Github:

git clone https://github.com/RobinDavid/pystack.git
cd pystack
python setup.py install 

Dependencies

Pystack is currently relying on various libraries:

  • Scapy (must)
  • netfilter (must) (Will be removed soon for a hand made netfilter module)
  • twisted (must) To make pystack work with reactor
  • nfqueue (may) To use nfqueue functionalities

pystack's People

Contributors

robindavid avatar

Watchers

James Cloos avatar Rei avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.