Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drdataye/drdos
DrDos is a powerful tool π designed for conducting Distributed Denial of Service (DDos) attacks πͺ
https://github.com/drdataye/drdos
ddos ddos-attack-tools ddos-attacks ddoser dos hammer
Last synced: about 1 month ago
JSON representation
DrDos is a powerful tool π designed for conducting Distributed Denial of Service (DDos) attacks πͺ
- Host: GitHub
- URL: https://github.com/drdataye/drdos
- Owner: DrDataYE
- License: mit
- Created: 2024-03-30T12:53:23.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-04T22:53:48.000Z (9 months ago)
- Last Synced: 2024-04-04T23:28:23.981Z (9 months ago)
- Topics: ddos, ddos-attack-tools, ddos-attacks, ddoser, dos, hammer
- Homepage: https://www.cyber1101.com
- Size: 101 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DrDos - Klar DDos Attack Tool π
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 π.
## π Introduction
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.
## π₯ Installation
DrDos supports both Linux π§ and Termux π² environments. You can download and install the tool easily using the following commands.
### π§ For Linux:
```bash
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
```### π² For Termux:
```bash
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.
## π Getting Started
Run DrDos using the following syntax:
```
drdos [-p PORT] [-t THREADS] [-h] [host]
```### π Command Description
- `host`: The IP address of the target server π―.
#### π Options
- `-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 π.### π Usage Example
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
```## β οΈ Warning
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 π¨.
## πΈ Examples
*Add screenshots or example outputs of using DrDos here to provide a visual guide for users.*
![DrDos Example](./images/image1.jpg)
## π€ Compatibility
DrDos is designed to work seamlessly on both Linux π§ and Termux π², providing a versatile tool for users on different platforms.
## π References
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 π.
## π© Support
For support or to report any issues, please visit the GitHub project page or contact us via Telegram.
- GitHub: [DrDataYE](https://github.com/DrDataYE)
- Telegram: [Kali Linux](https://t.me/LinuxArabe)## π Contributing
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 πͺ.