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
Microsoft Teams users across the globe are experiencing significant disruptions in file-sharing capabilities due to…
Cloud computing has transformed the way organizations operate, offering unprecedented scalability, flexibility, and cost savings.…
Security awareness has become a critical component of organizational defense strategies, particularly as companies adopt…
Security researchers have unveiled a new malware process injection technique dubbed "Waiting Thread Hijacking" (WTH),…
The global regulatory landscape for cybersecurity is undergoing a seismic shift, with the European Union’s…
A sophisticated new malware suite targeting macOS, dubbed "PasivRobber," has been discovered by security researchers.…
View Comments
This is really a great tool to do stress testing. Thank you for this awesome article.