{"id":27386261,"url":"https://github.com/dv64/dragonattacker","last_synced_at":"2025-04-13T17:18:08.095Z","repository":{"id":260545004,"uuid":"204362563","full_name":"DV64/DragonAttacker","owner":"DV64","description":"DragonAttacker is an educational network diagnostic tool designed for testing network security and resilience. It simulates various types of network traffic for authorized penetration testing and security research purposes only.","archived":false,"fork":false,"pushed_at":"2025-03-24T20:23:16.000Z","size":402,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-13T17:18:05.739Z","etag":null,"topics":["ddos","learn","learning","network","py","python","security","tool"],"latest_commit_sha":null,"homepage":"","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/DV64.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2019-08-25T23:43:37.000Z","updated_at":"2025-03-24T20:23:20.000Z","dependencies_parsed_at":"2024-10-31T23:29:18.587Z","dependency_job_id":"9d89abcf-0db9-45d2-9935-23b36e98fa0a","html_url":"https://github.com/DV64/DragonAttacker","commit_stats":null,"previous_names":["darkvairous/dragonattacker","dv64/dragonattacker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DV64%2FDragonAttacker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DV64%2FDragonAttacker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DV64%2FDragonAttacker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DV64%2FDragonAttacker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DV64","download_url":"https://codeload.github.com/DV64/DragonAttacker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248750124,"owners_count":21155687,"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","learn","learning","network","py","python","security","tool"],"created_at":"2025-04-13T17:18:07.620Z","updated_at":"2025-04-13T17:18:08.072Z","avatar_url":"https://github.com/DV64.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DragonAttacker\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/DV64/DragonAttacker/blob/master/another/logo.png\" alt=\"DragonAttacker Logo\" width=\"300\"/\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/DV64/DragonAttacker/stargazers\"\u003e\u003cimg src=\"https://img.shields.io/github/stars/DV64/DragonAttacker\" alt=\"Stars Badge\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/DV64/DragonAttacker/network/members\"\u003e\u003cimg src=\"https://img.shields.io/github/forks/DV64/DragonAttacker\" alt=\"Forks Badge\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/DV64/DragonAttacker/issues\"\u003e\u003cimg src=\"https://img.shields.io/github/issues/DV64/DragonAttacker\" alt=\"Issues Badge\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/DV64/DragonAttacker/blob/main/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/DV64/DragonAttacker\" alt=\"License Badge\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## 🌟 Overview\n\n**DragonAttacker** is an educational network diagnostic tool designed for testing network security and resilience. It simulates various types of network traffic for authorized penetration testing and security research purposes only.\n\n\u003e ⚠️ **IMPORTANT LEGAL DISCLAIMER**: This tool is provided for **EDUCATIONAL PURPOSES ONLY**. Using this tool against targets without explicit permission is **ILLEGAL** and may result in criminal charges or civil liability. You are solely responsible for your actions when using this tool.\n\n## 🔥 Features\n\n- **Multiple Attack Vectors**: Supports UDP Flood, TCP SYN Flood, HTTP Flood, Slowloris, and ICMP Flood attacks\n- **Smart Target Selection**: Intelligently chooses the most effective attack method based on the target service\n- **Interactive Setup**: User-friendly terminal interface to configure attack parameters\n- **Real-time Statistics**: Live monitoring of attack effectiveness with packet and data rates\n- **Advanced Encryption**: Implements sophisticated crypto techniques with automatic key rotation\n- **Anonymization Options**: Built-in traffic anonymization capabilities\n- **Dynamic Resource Management**: Automatically manages system resources to maintain stability\n\n## 📋 Requirements\n\n- Python 3.7+\n- Linux-based operating system (Some features require root privileges)\n- Required Python packages:\n  - socket\n  - ssl\n  - multiprocessing\n  - hashlib\n  - struct\n  - asyncio\n  - psutil (for resource monitoring)\n\n## 🚀 Installation\n\n1. Clone this repository:\n```bash\ngit clone https://github.com/DV64/DragonAttacker.git\ncd DragonAttacker\n```\n\n2. Install the required dependencies:\n```bash\npip install -r requirements.txt\n```\n\n## 💻 Usage\n\n1. Run the script with Python:\n```bash\npython DragonAttacker.py\n```\n\n2. For full functionality (some attack methods require root privileges):\n```bash\nsudo python DragonAttacker.py\n```\n\n3. Follow the interactive prompts to configure your target and attack parameters.\n\n4. Press `Ctrl+C` to stop the attack at any time.\n\n## 📊 Attack Methods\n\nDragonAttacker includes several sophisticated attack methods for network diagnostics:\n\n### UDP Flood\nSends a high volume of UDP packets to the target to consume bandwidth and resources.\n\n### TCP SYN Flood\nExploits the TCP handshake process by sending numerous SYN packets without completing the handshake.\n\n### HTTP Flood\nSends legitimate-looking HTTP requests to web servers, mimicking normal browser behavior.\n\n### Slowloris\nMaintains many connections to the target web server by sending partial requests, eventually exhausting the server's connection pool.\n\n### ICMP Flood\nOverwhelms the target with ICMP Echo Request packets (ping flood).\n\n## 🔒 Encryption and Security\n\nDragonAttacker implements advanced cryptographic techniques:\n\n- 256-bit AES encryption for payload protection\n- Multiple cipher modes (CTR, CFB, OFB) with automatic rotation\n- HMAC-SHA512 for message authentication\n- Automatic key rotation for enhanced security\n\n## 🛡️ Ethical Use Guidelines\n\nWhen using DragonAttacker for legitimate security testing:\n\n1. **Always obtain written permission** before testing any system\n2. **Document the scope** of your testing\n3. **Limit the duration** of your tests\n4. **Monitor for unintended consequences**\n5. **Report findings responsibly** to the system owner\n\n## 🤝 Contributing\n\nContributions to improve DragonAttacker are welcome! Please follow these steps:\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## 📜 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🌐 Contact\n\nDV64 - [@DV64_GitHub](https://github.com/DV64)\n\nProject Link: [https://github.com/DV64/DragonAttacker](https://github.com/DV64/DragonAttacker)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdv64%2Fdragonattacker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdv64%2Fdragonattacker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdv64%2Fdragonattacker/lists"}