β β β β Use at your own risk, I am not responsible for any damage β β β β
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.
- 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.
-
Clone the repository:
git clone https://github.com/darkstarbdx/cryptid2.git cd cryptid2
-
Install required packages:
- Python 3.x
- Required Python libraries:
httplib2
,dnspython
Install Python and pip (if not already installed):
sudo apt update sudo apt install python3 python3-pip
Install required Python libraries:
pip3 install -r requirements.txt
-
Run the script:
python3 cryptid2.py
-
Install Termux:
- Install Termux from the Google Play Store or F-Droid.
-
Setup Termux:
pkg update && pkg upgrade pkg install python git
-
Clone the repository:
git clone https://github.com/darkstarbdx/cryptid2.git cd cryptid2
-
Install required packages:
pip3 install -r requirements.txt
-
Run the script:
python cryptid2.py
-
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.
-
Monitor the attack:
- The tool will display the progress of the attack, including the number of threads being sent.
$ 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) π‘
This project is licensed under the MIT License - see the LICENSE file for details.
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.