DrDos is a powerful tool π designed for conducting Distributed Denial of Service (DDos) attacks πͺ, enabling users to disrupt services on specified targets effectively. Itβs crafted to be simple yet effective for network testing π‘ and security assessment purposes π.
DrDos facilitates network administrators π§βπ» and security professionals to test the resilience of networks against DDoS attacks π‘. It allows specifying the target IP π―, port π, and the number of threads to launch a coordinated attack, simulating real-world DDoS scenarios.
DrDos supports both Linux π§ and Termux π² environments. You can download and install the tool easily using the following commands.
wget -O drdos_1.1.0_all_linux.deb https://github.com/DrDataYE/DrDos/releases/download/drdos/drdos_1.1.0_all_linux.deb && sudo dpkg -i drdos_1.1.0_all_linux.deb
pkg install wget -y && wget https://github.com/DrDataYE/DrDos/releases/download/drdos/drdos_1.1.0_all_termux.deb && dpkg -i drdos_1.1.0_all_termux.deb
These commands download the latest .deb
package π¦ from the DrDos GitHub Releases and install it on your system.
Run DrDos using the following syntax:
drdos [-p PORT] [-t THREADS] [-h] [host]
host
: The IP address of the target server π―.
-p PORT, --port PORT
: Specify the target port, default is 80 πͺ.-t THREADS, --t THREADS
: Number of threads to use in the attack, default is 125 π§΅.-h, --help
: Display the help menu π.
To attack a server with IP address 192.168.1.1
using port 80
and 125
threads:
drdos -p 80 -t 125 192.168.1.1
The use of this tool can be illegal in certain circumstances and against the law in many countries. Use it responsibly and only against systems you have explicit permission to test π¨.
Add screenshots or example outputs of using DrDos here to provide a visual guide for users.
DrDos is designed to work seamlessly on both Linux π§ and Termux π², providing a versatile tool for users on different platforms.
Ensure you understand the principles and risks of DDoS attacks and are aware of local laws related to penetration testing and cyber attacks before using DrDos π.
For support or to report any issues, please visit the GitHub project page or contact us via Telegram.
- GitHub: DrDataYE
- Telegram: Kali Linux
Contributions to the development and improvement of DrDos are welcome. If you wish to contribute, please submit a Pull Request on GitHub or contact us to discuss the changes you wish to make πͺ.