Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Packet Crafter in python 3.5 based on Scapy3

Can generate and send packets according to user. You can modify a bunch of properties for your packet before sending to wire. Good for testsing firewall rules and stress testing.

Getting Started

Prerequisites

python 3.5 and Django latest version.

Create your Virtual Env

virtualenv -p /usr/bin/python3.5 envName

Activate the Envv 

source envName/bin/activate

Install Django

pip3 install django

Install scapy 

pip3 install scapy-python3

About

Create and send your packets

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages