{"id":25144197,"url":"https://github.com/darkstarbdx/cryptid2","last_synced_at":"2025-10-30T05:08:27.608Z","repository":{"id":245677022,"uuid":"818940813","full_name":"darkstarbdx/cryptid2","owner":"darkstarbdx","description":"Cryptid2 🐍💻 is a Python tool for educational HTTP/UDP flood attacks. It tests server/network resilience, aiding ethical hackers in security assessments. Customizable threads, attack durations, and targets make it ideal for controlled tests. Compatible with Linux/Termux.","archived":false,"fork":false,"pushed_at":"2025-04-03T09:24:34.000Z","size":24,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-20T19:03:37.281Z","etag":null,"topics":["ddos","ethical-hacking","security","security-tools"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/darkstarbdx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-06-23T10:07:19.000Z","updated_at":"2025-08-15T05:12:01.000Z","dependencies_parsed_at":"2024-06-23T11:25:07.562Z","dependency_job_id":"e3564000-5ed3-4b37-840f-dc7919aab04e","html_url":"https://github.com/darkstarbdx/cryptid2","commit_stats":null,"previous_names":["darkstarbdx/cryptid2"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/darkstarbdx/cryptid2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkstarbdx%2Fcryptid2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkstarbdx%2Fcryptid2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkstarbdx%2Fcryptid2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkstarbdx%2Fcryptid2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/darkstarbdx","download_url":"https://codeload.github.com/darkstarbdx/cryptid2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkstarbdx%2Fcryptid2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281748716,"owners_count":26554822,"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","status":"online","status_checked_at":"2025-10-30T02:00:06.501Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","ethical-hacking","security","security-tools"],"created_at":"2025-02-08T19:38:39.931Z","updated_at":"2025-10-30T05:08:27.593Z","avatar_url":"https://github.com/darkstarbdx.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![★Always for truth, against falsehood ★](https://github.com/darkstarbdx/cryptid2/assets/122794584/e550a734-5a71-4d94-a9db-25efd26400d6)\n\n# Cryptid2\n⚠⚠⚠⚠ Use at your own risk, I am not responsible for any damage ⚠⚠⚠⚠\n\n## Overview\n\nCryptid2 is a Python-based tool designed for educational purposes to simulate HTTP and UDP flood attacks. It allows users to test the resilience and load handling capabilities of web servers under high traffic conditions.\n\n### Features\n\n- **HTTP Flood:** Sends a high volume of HTTP requests to a specified URL.\n- **UDP Flood:** Sends a high volume of UDP packets to a specified IP address.\n- **Multi-threaded:** Utilizes multiprocessing to maximize the attack throughput.\n- **Detailed Target Information:** Displays detailed network information about the target before initiating the attack.\n\n## Installation\n\n### Linux\n\n1. **Clone the repository:**\n    ```bash\n    git clone https://github.com/darkstarbdx/cryptid2.git\n    cd cryptid2\n    ```\n\n2. **Install required packages:**\n    - Python 3.x\n    - Required Python libraries: `httplib2`, `dnspython`\n    \n    Install Python and pip (if not already installed):\n    ```bash\n    sudo apt update\n    sudo apt install python3 python3-pip\n    ```\n\n    Install required Python libraries:\n    ```bash\n    pip3 install -r requirements.txt\n    ```\n\n3. **Run the script:**\n    ```bash\n    python3 cryptid2.py\n    ```\n\n### Termux (Android)\n\n1. **Install Termux:**\n   - Install Termux from the Google Play Store or F-Droid.\n\n2. **Setup Termux:**\n    ```bash\n    pkg update \u0026\u0026 pkg upgrade\n    pkg install python git\n    ```\n\n3. **Clone the repository:**\n    ```bash\n    git clone https://github.com/darkstarbdx/cryptid2.git\n    cd cryptid2\n    ```\n\n4. **Install required packages:**\n    ```bash\n    pip3 install -r requirements.txt\n    ```\n\n5. **Run the script:**\n    ```bash\n    python cryptid2.py\n    ```\n\n## Usage\n\n1. **Follow the on-screen prompts:**\n   - Enter the target website URL, number of threads, and attack duration in seconds.\n   - Confirm the details and press `Enter` to start the attack.\n\n2. **Monitor the attack:**\n   - The tool will display the progress of the attack, including the number of threads being sent.\n\n### Example\n\n```bash\n$ python cryptid2.py\n🌟 𝚆𝚎𝚋𝚜𝚒𝚝𝚎 𝙻𝚒𝚗𝚔: https://example.com\n🌟 𝚃𝚘𝚝𝚊𝚕 𝚃𝚑𝚛𝚎𝚊𝚍𝚜: 10\n🌟 𝚃𝚘𝚝𝚊𝚕 𝚃𝚒𝚖𝚎 (𝙸𝚗 𝚂𝚎𝚌𝚘𝚗𝚍): 60\n\n🔷█▓▒▒░░░𝓦𝓔𝓑𝓢𝓘𝓣𝓔 𝓘𝓝𝓕𝓞𝓡𝓜𝓐𝓣𝓘𝓞𝓝░░░▒▒▓█🔷\n\n🟡 𝙸𝙿 𝚊𝚍𝚍𝚛𝚎𝚜𝚜: 93.184.216.34\n🟡 𝙷𝚘𝚜𝚝 𝚗𝚊𝚖𝚎: your-hostname\n🟡 𝙸𝙿 𝚛𝚊𝚗𝚐𝚎: 192.168.1.1\n🟡 𝙸𝚂𝙿: your-isp\n🟡 𝙾𝚛𝚐𝚊𝚗𝚒𝚣𝚊𝚝𝚒𝚘𝚗: your-organization\n🟡 𝙲𝚘𝚞𝚗𝚝𝚛𝚢: your-country\n🟡 𝚁𝚎𝚐𝚒𝚘𝚗: your-region\n🟡 𝙲𝚒𝚝𝚢: your-city\n🟡 𝚃𝚒𝚖𝚎 𝚣𝚘𝚗𝚎: your-timezone\n🟡 𝙻𝚘𝚌𝚊𝚕 𝚝𝚒𝚖𝚎: current-time\n🟡 𝙿𝚘𝚜𝚝𝚊𝚕 𝙲𝚘𝚍𝚎: your-postal-code\n\n🌟 𝙿𝚛𝚎𝚜𝚜 𝙴𝚗𝚝𝚎𝚛 𝚃𝚘 𝚂𝚝𝚊𝚛𝚝 𝙰𝚝𝚝𝚊𝚌𝚔 🌟\nPress Enter to start the attack...\n\n🟡 𝚃𝚑𝚛𝚎𝚊𝚍𝚜 𝚂𝚎𝚗𝚝(10) 🟡\n```\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n- Special thanks to [httplib2](https://github.com/httplib2/httplib2) and [dnspython](https://github.com/rthalley/dnspython) for their libraries used in this tool.\n\n## Disclaimer\n\nThe authors of this tool are not responsible for any misuse or damage caused by this tool. Use it responsibly and only with proper authorization.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarkstarbdx%2Fcryptid2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarkstarbdx%2Fcryptid2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarkstarbdx%2Fcryptid2/lists"}