Warchild is a denial of service testing suite made for analyzing the strength of your website against different kinds of denial of service attacks you will be facing which are mainly organized by crooks to cause damage to your website.
For Installing the required modules just run the following command in your terminal :)
pip install -r requirements.txt
Also Read CertCrunchy – Silly Recon Tool That Uses Data From SSL Certificates To Find Potential HostNames
python warchild.py
This Denial Of Service suite comprises of the following features :
Redistribute and Modify without any restrictions 🙂
If you encounter any problems regarding the code please open a issue at our repository and we will try to fix it as soon as possible .
Any kind of illegal usage of this tool to cause damage to others can land you directly in jail 🙂 Please use this framework for security testing purposes only . We are not responsible for any of your actions.
The groupdel command in Linux removes a group from the system. It deletes the group's entry from /etc/group and /etc/gshadow,…
The wc command in Linux counts lines, words, characters, and bytes in files or standard input. It…
The top command in Linux provides a real-time view of running processes and system resource usage. From…
The usermod command in Linux modifies existing user account attributes. You can use it to manage group…
The sort command in Linux reads lines from files or standard input and writes them to standard…
The wall command in Linux sends a message to the terminals of all currently logged-in users. The…