PelindoStorm is a DDoS (Distributed Denial of Service) tool designed to deliver amplification attacks via DNS, NTP, and Memcached protocols. This tool uses amplification techniques to magnify the effect of an attack by sending queries to public servers and utilizing a larger response than the request sent.
This tool is equipped with various advanced features such as Stealth Mode and Auto Resolver, which make it more effective in attacking targets while reducing the possibility of being detected by defense systems such as IDS/IPS.
| ❗ Disclaimer |
|---|
| This project is primarily built to be used as a standalone CLI tool. Running this tool as a service may pose security risks. It's recommended to use with caution and additional security measures. DWYOR |
-
Amplification Attacks
- Supports DNS, NTP, and Memcached based attack methods.
- Utilizes amplification techniques to increase traffic volume to the target.
-
Stealth Mode
- Hides attack patterns by randomizing delay times between packets.
- Randomizes packet headers such as TTL, IP ID, and UDP source port to avoid detection.
-
Auto Resolver
- Automatically searches for the best domain for amplification.
- No manual input required to select target domains.
-
Custom Retry for Auto Resolver
- Provides options to set the number of retries in domain searches to increase attack success.
git clone https://github.com/username/PelindoStorm.git
cd PelindoStorm
pip3 install -r requirements.txt --break-system-packagespython3 checker.py -v YOUR_IP_LIST.txt
sudo python3 pelindostorm.py
This project is licensed under the MIT License
