Skip to content

Oussama1403/PacketSender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PacketSender

PacketSender is a PyQt5 program that generates a lot of network packets and flood a network with so much traffic that it cannot operate or communicate as it normally.

screenshot

Usage

python main.py

You can use pyinstaller module to make it a single package(*exe):

pip install pyinstaller

In the app directory open terminal and type.

pyinstaller --onefile --windowed main.py

You can customize the .spec file to change app name.

requirements

install pyqt5
install nmap
install python-nmap module

Disclaimer

  • This project was created for educational purposes and should not be used in environments without legal authorization.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

flood a network with so much traffic that it cannot operate or communicate as it normally.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages