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

Popular posts from this blog

How to perform ddos attack using ping2death on Kali Linux

Hi guys,Today i will be teaching how to perform a ddos attack using Ping2death on Kali Linux Ping2death is a ddos tool created by SpiderAnon Greyhat( Click here to visit his github repo ) to send packet over a user.. Its has a custom amount of packet How to use: Open Kali and type git clonehttps://github.com/Spider863644/Ping2death cd Ping2death Now move it to C: drive by typing  mv DDos-tool C:\ Now go to File manager, go to c drive, u will see the file just double click it Usage: {IP address} -t |{Amount of packet to send} Example: 127.0.05 -t |20000 Hope you enjoyed the post

How to build a diy smartphone projector

Did you know you can build a smartphone projector at home at a low budget cost? well,you can,infact its actually simple,I will show you in this post how you can do it. Here's a step by step guide to a DIY projector. Materials: .A shoebox .Magnifying glass .Phone holder .Scissors or precision knife .Tape .Smartphone .Pencil .Black paint (You can easily get any of this items in your household but if you don't have, you can purchase them at an affordable price from Amazon )  Step 1: Cut the Box The first thing you’re going to do is to separate the part that will hold the lens. This is to make it easier to add the lens to the projector. To do this, cut out one of the short sides of the box. Save 50% on select product(s) with promo code 5055FBR5 on Amazon.com Step 2: Darken the inside of the box Now you need to darken the inside of the box,this stops the light from reflecting back into the image thus ensuring better quality.To do this,use the black pa...