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
Google has officially launched Vanir, an open-source security patch validation tool designed to streamline and automate…
A newly disclosed transaction-relay jamming vulnerability has raised concerns about the security of Bitcoin nodes,…
Raspberry Pi, a pioneer in affordable and programmable computing, has once again elevated its game…
Qlik has identified critical vulnerabilities in its Qlik Sense Enterprise for Windows software that could…
QNAP Systems, Inc. has identified multiple high-severity vulnerabilities in its operating systems, potentially allowing attackers…
Imagine this: It's a typical Tuesday morning in a bustling hospital. Doctors make their rounds,…
View Comments
This is really a great tool to do stress testing. Thank you for this awesome article.