{"id":21126265,"url":"https://github.com/drdataye/drdos","last_synced_at":"2025-04-13T08:07:50.590Z","repository":{"id":230803932,"uuid":"779661044","full_name":"DrDataYE/DrDos","owner":"DrDataYE","description":"DrDos is a powerful tool 🛠 designed for conducting Distributed Denial of Service (DDos) attacks 🌪","archived":false,"fork":false,"pushed_at":"2025-01-20T13:17:25.000Z","size":136,"stargazers_count":18,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T08:07:11.571Z","etag":null,"topics":["ddos","ddos-attack-tools","ddos-attacks","ddoser","dos","hammer"],"latest_commit_sha":null,"homepage":"https://www.cyber1101.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DrDataYE.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-30T12:53:23.000Z","updated_at":"2025-04-07T15:29:45.000Z","dependencies_parsed_at":"2024-04-01T03:38:07.147Z","dependency_job_id":"69da5799-1f4c-425c-87c1-2548dac658bf","html_url":"https://github.com/DrDataYE/DrDos","commit_stats":null,"previous_names":["drdataye/drdos"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrDataYE%2FDrDos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrDataYE%2FDrDos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrDataYE%2FDrDos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrDataYE%2FDrDos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DrDataYE","download_url":"https://codeload.github.com/DrDataYE/DrDos/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248681490,"owners_count":21144700,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ddos","ddos-attack-tools","ddos-attacks","ddoser","dos","hammer"],"created_at":"2024-11-20T04:40:40.422Z","updated_at":"2025-04-13T08:07:50.555Z","avatar_url":"https://github.com/DrDataYE.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DrDos - Klar DDos Attack Tool 🌐\n\nDrDos 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 🔍.\n\n## 🎉 Introduction\n\nDrDos 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.\n\n## 📥 Installation\n\nDrDos supports both Linux 🐧 and Termux 📲 environments. You can download and install the tool easily using the following commands.\n\n### 🐧 For Linux:\n\n```bash\nwget -O drdos_1.1.0_all_linux.deb https://github.com/DrDataYE/DrDos/releases/download/drdos/drdos_1.1.0_all_linux.deb \u0026\u0026 sudo dpkg -i drdos_1.1.0_all_linux.deb\n```\n\n### 📲 For Termux:\n\n```bash\npkg install wget -y \u0026\u0026 wget https://github.com/DrDataYE/DrDos/releases/download/drdos/drdos_1.1.0_all_termux.deb \u0026\u0026 dpkg -i drdos_1.1.0_all_termux.deb\n```\n\nThese commands download the latest `.deb` package 📦 from the DrDos GitHub Releases and install it on your system.\n\n## 🚀 Getting Started\n\nRun DrDos using the following syntax:\n\n```\ndrdos [-p PORT] [-t THREADS] [-h] [host]\n```\n\n### 📜 Command Description\n\n- `host`: The IP address of the target server 🎯.\n\n#### 📌 Options\n\n- `-p PORT, --port PORT`: Specify the target port, default is 80 🚪.\n- `-t THREADS, --t THREADS`: Number of threads to use in the attack, default is 125 🧵.\n- `-h, --help`: Display the help menu 📚.\n\n### 🌟 Usage Example\n\nTo attack a server with IP address `192.168.1.1` using port `80` and `125` threads:\n\n```\ndrdos -p 80 -t 125 192.168.1.1\n```\n\n## ⚠️ Warning\n\nThe 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 🚨.\n\n## 📸 Examples\n\n*Add screenshots or example outputs of using DrDos here to provide a visual guide for users.*\n\n![DrDos Example](./images/image1.jpg)\n\n## 🤝 Compatibility\n\nDrDos is designed to work seamlessly on both Linux 🐧 and Termux 📲, providing a versatile tool for users on different platforms.\n\n## 📚 References\n\nEnsure 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 🔎.\n\n## 📩 Support\n\nFor support or to report any issues, please visit the GitHub project page or contact us via Telegram.\n\n- GitHub: [DrDataYE](https://github.com/DrDataYE)\n- Telegram: [Kali Linux](https://t.me/NewKali)\n\n## 📝 Contributing\n\nContributions 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 💪.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrdataye%2Fdrdos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrdataye%2Fdrdos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrdataye%2Fdrdos/lists"}