In this Kali Linux Tutorial, we show you how to use Xerxes in launching a DOS attack. DDOS tools are capable of putting heavy loads on HTTP servers and bringing them to their knees by exhausting their resources.
Type of attack which floods servers or networks which results in making the source inaccessible for the legitimate users.
Recently hackers introduced a new pattern of DDOS attacks named Pulse Wave which is capable of pinning down Multiple targets, Pulse Wave doesn’t have a ramp-up period like a classic DDoS attack all the sources are committed once and continued over its duration.
Also Read Inviteflood- Tool Used to Perform DOS Attack on VOIP Network
Also, the Mirai bot which is used in targeting a College in the US, lasts for more than 54 Hours continuously and researchers believe it is a new variant of Mirai, one that is “more adept at launching application layer assaults.”
This tool was committed on Github by zanyarjamal, it is one of the simple and most powerful DOS tools. To clone the tool from Github.
git clone https://github.com/zanyarjamal/xerxes.git
Then navigate to the cloned folder.
cd xerxes
Next, You Should compile with GNU GCC compiler
gcc xerxes.c -o xerxes
To launch the attack
./xerxes example.com 80
Also, Read
10 Best Vulnerability Scanner Tools For Penetration Testing – 2023
Cloud Penetration Testing Checklist – 2023
50+ Network Penetration Testing Tools for Hackers & Security Professionals – 2023
In a significant development, the Trump administration is reportedly formulating a plan to prevent a…
IBM has announced the resolution of several security vulnerabilities affecting its IBM Security Directory Integrator…
A new security vulnerability has been uncovered in Apache Solr, affecting versions 6.6 through 9.7.0.…
A cybersecurity researcher recently disclosed several critical vulnerabilities affecting Git-related projects, revealing how improper handling…
Researchers from IIT Kharagpur and Intel Corporation have identified a significant security vulnerability in Intel…
Burp Suite 2025.1, is packed with new features and enhancements designed to improve your web…
View Comments
This is really a great tool to do stress testing. Thank you for this awesome article.