https://github.com/darkstarbdx/cryptid2
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.
https://github.com/darkstarbdx/cryptid2
ddos ethical-hacking security security-tools
Last synced: 8 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/darkstarbdx/cryptid2
- Owner: darkstarbdx
- Created: 2024-06-23T10:07:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-03T09:24:34.000Z (about 1 year ago)
- Last Synced: 2025-10-20T19:03:37.281Z (9 months ago)
- Topics: ddos, ethical-hacking, security, security-tools
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Cryptid2
β β β β Use at your own risk, I am not responsible for any damage β β β β
## Overview
Cryptid2 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.
### Features
- **HTTP Flood:** Sends a high volume of HTTP requests to a specified URL.
- **UDP Flood:** Sends a high volume of UDP packets to a specified IP address.
- **Multi-threaded:** Utilizes multiprocessing to maximize the attack throughput.
- **Detailed Target Information:** Displays detailed network information about the target before initiating the attack.
## Installation
### Linux
1. **Clone the repository:**
```bash
git clone https://github.com/darkstarbdx/cryptid2.git
cd cryptid2
```
2. **Install required packages:**
- Python 3.x
- Required Python libraries: `httplib2`, `dnspython`
Install Python and pip (if not already installed):
```bash
sudo apt update
sudo apt install python3 python3-pip
```
Install required Python libraries:
```bash
pip3 install -r requirements.txt
```
3. **Run the script:**
```bash
python3 cryptid2.py
```
### Termux (Android)
1. **Install Termux:**
- Install Termux from the Google Play Store or F-Droid.
2. **Setup Termux:**
```bash
pkg update && pkg upgrade
pkg install python git
```
3. **Clone the repository:**
```bash
git clone https://github.com/darkstarbdx/cryptid2.git
cd cryptid2
```
4. **Install required packages:**
```bash
pip3 install -r requirements.txt
```
5. **Run the script:**
```bash
python cryptid2.py
```
## Usage
1. **Follow the on-screen prompts:**
- Enter the target website URL, number of threads, and attack duration in seconds.
- Confirm the details and press `Enter` to start the attack.
2. **Monitor the attack:**
- The tool will display the progress of the attack, including the number of threads being sent.
### Example
```bash
$ python cryptid2.py
π πππππππ π»πππ: https://example.com
π πππππ πππππππ: 10
π πππππ ππππ (πΈπ ππππππ): 60
π·βββββββπ¦πππ’ππ£π πππππ‘πππ£πππβββββββπ·
π‘ πΈπΏ πππππππ: 93.184.216.34
π‘ π·πππ ππππ: your-hostname
π‘ πΈπΏ πππππ: 192.168.1.1
π‘ πΈππΏ: your-isp
π‘ πΎππππππ£πππππ: your-organization
π‘ π²ππππππ’: your-country
π‘ ππππππ: your-region
π‘ π²πππ’: your-city
π‘ ππππ π£πππ: your-timezone
π‘ π»ππππ ππππ: current-time
π‘ πΏπππππ π²πππ: your-postal-code
π πΏππππ π΄ππππ ππ πππππ π°πππππ π
Press Enter to start the attack...
π‘ πππππππ ππππ(10) π‘
```
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Acknowledgments
- Special thanks to [httplib2](https://github.com/httplib2/httplib2) and [dnspython](https://github.com/rthalley/dnspython) for their libraries used in this tool.
## Disclaimer
The authors of this tool are not responsible for any misuse or damage caused by this tool. Use it responsibly and only with proper authorization.