Skip to main content

HOW TO PERFORM DDOS ATTACK ON A WEBSITE

FOR EDUCATIONAL PURPOSES 

What is a ddos attack?
A ddos(distributed denial of service) attack is a type of cyberattack that attempts to make a computer or network resource unavailable by flooding it with traffic from multiple sources.

How to perform ddos attack
Tendo Pain is a tool created by Solomon Adenuga written in python,the first version,1.0 has two features; getting websites' ip addresses and performing ddos attack.Tendo Pain performs ddos attack through a method of sending requests to a website as per user input

How to install Tendo Pain
First download termux from f-droid,open termux and run this commands:

apt update && apt upgrade
pkg install git
apt install pip
pkg install python3
git clone https://github.com/SoloTech01/TendoPain.git
cd TendoPain
pip install -r requirements.txt

After installation,to use TendoPain anytime,open termux and simply run this commands:

cd TendoPain
python3 TendoPain.py

That's all!
Note: for this attack to be very effective,make sure you set the number of requests high

You can support Solomon Adenuga by following him on github

Comments