Skip to content

yilmazsen/custom-packet-sender

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Package Sender

INSTALLATION

GIT

git clone https://github.com/bkayranci/custom-packet-sender.git
cd custom-packet-sender
pip install -r requirements.txt
cd custom-packet-sender
sudo python app.py -d 1.1.1.1 -s 2.2.2.2 -c 2

DOCKER

PULL IMAGE
docker pull bkayranci/custom-packet-sender
RUN CONTAINER
docker run --rm bkayranci/custom-packet-sender -d 1.1.1.1 -s 2.2.2.2 -c 2

or

docker run --rm -it bkayranci/custom-packet-sender

About

Packet Sender From Custom IP Address

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.8%
  • Dockerfile 5.2%