Skip to content

A modified version of MHDDoS with different methods, improved organization, and adjusted behavior.

Notifications You must be signed in to change notification settings

CirqueiraDev/NetStorm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetStorm - DDoS Attack Script With 55 Methods

(Programming Language - Python 3)

NetStorm last commit (main) NetStorm NetStorm

Please don't attack websites without the owner's consent.

SCRIPT


Features And Methods

💣 Layer 7 Methods

Comando Description
GET GET Flood
POST POST Flood
OVH Bypass OVH
RHEX Random HEX
STOMP Bypass chk_captcha
STRESS Send HTTP Packet With High Byte
DYN Method with Random SubDomain
DOWNLOADER Read data slowly
SLOW Slowloris (classic method)
HEAD HTTP HEAD
NULL Null User-Agent and other headers
COOKIE Random Cookie (isset($_COOKIE))
PPS Only GET / HTTP/1.1\r\n\r\n
EVEN GET with extended headers
GSB Google Project Shield Bypass
DGB DDoS Guard Bypass
AVB Arvan Cloud Bypass
BOT Imitate Google bot
APACHE Apache Exploit
XMLRPC WP XMLRPC exploit (/xmlrpc.php)
CFB CloudFlare Bypass
BYPASS Generic AntiDDoS Bypass
TOR Bypass Onion websites

🧨 Layer 4 Methods

Comando Description
TCP TCP Flood Bypass
UDP UDP Flood Bypass
SYN SYN Flood
OVH-UDP UDP with random headers/payload to bypass OVH/WAF
CPS Open and close connections with proxy
ICMP ICMP Echo Request Flood (Layer3)
CONNECTION Keep connections alive with proxy
VSE Valve Source Engine Protocol
TS3 TeamSpeak 3 Status Ping
FIVEM FiveM Status Ping
FIVEM-TOKEN FiveM Token Flood
DISCORD Magic Bytes UDP Flood
MEM Memcached Amplification
NTP NTP Amplification
MCBOT Minecraft Bot Flood
MINECRAFT Minecraft Status Ping
MCPE Minecraft PE Status Ping
DNS DNS Amplification
CHAR Chargen Amplification
CLDAP CLDAP Amplification
ARD Apple Remote Desktop Amplification
RDP Remote Desktop Protocol Amplification

⚙️ Tools

Run with: python3 start.py tools

Command Description
cfip Find the real IP behind Cloudflare
dns Show DNS records
tssrv Resolve TeamSpeak SRV records
ping Send ping packets
check Check the status of a website
dstat Show traffic (bytes received and sent)
Command Description
stop Stop all running attacks
tools Open tools menu
help Show usage instructions

⚠️ Legal Disclaimer

This project is intended for authorized testing and educational purposes only. Misuse may violate local and international laws. You are solely responsible for how you use this tool.


🚀 Installation

git clone https://github.com/CirqueiraDev/NetStorm.git
cd NetStorm
pip install -r requirements.txt

Credits:

Help:

Releases

No releases published

Packages

No packages published

Languages