Skip to content
/ DrDos Public

DrDos is a powerful tool πŸ›  designed for conducting Distributed Denial of Service (DDos) attacks πŸŒͺ

License

Notifications You must be signed in to change notification settings

DrDataYE/DrDos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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:

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:

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

🀝 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.

πŸ“ 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 πŸ’ͺ.

About

DrDos is a powerful tool πŸ›  designed for conducting Distributed Denial of Service (DDos) attacks πŸŒͺ

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published