MCPcopy
hub / github.com/MatrixTM/MHDDoS

github.com/MatrixTM/MHDDoS @2.4.4 sqlite

repository ↗ · DeepWiki ↗ · release 2.4.4 ↗
96 symbols 358 edges 1 files 0 documented · 0%
README

MHDDoS - DDoS Attack Script With 57 Methods

(Programming Language - Python 3)

MH-DDoS forks MH-DDoS last commit (main) MH-DDoS Repo stars MH-DDoS License MatrixTM issues

Please Don't Attack websites without the owner's consent.

POWER

SCRIPT

Features And Methods

  • 💣 Layer7

  • get GET | GET Flood

  • post POST | POST Flood
  • ovh OVH | Bypass OVH
  • ovh RHEX | Random HEX
  • ovh STOMP | Bypass chk_captcha
  • stress STRESS | Send HTTP Packet With High Byte
  • dyn DYN | A New Method With Random SubDomain
  • downloader DOWNLOADER | A New Method of Reading data slowly
  • slow SLOW | Slowloris Old Method of DDoS
  • head HEAD | https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/HEAD
  • null NULL | Null UserAgent and ...
  • cookie COOKIE | Random Cookie PHP 'if (isset($_COOKIE))'
  • pps PPS | Only 'GET / HTTP/1.1\r\n\r\n'
  • even EVEN | GET Method with more header
  • googleshield GSB | Google Project Shield Bypass
  • DDoSGuard DGB | DDoS Guard Bypass
  • ArvanCloud AVB | Arvan Cloud Bypass
  • Google bot BOT | Like Google bot
  • Apache Webserver APACHE | Apache Expliot
  • wordpress expliot XMLRPC | WP XMLRPC exploit (add /xmlrpc.php)
  • CloudFlare CFB | CloudFlare Bypass
  • CloudFlare UnderAttack Mode CFBUAM | CloudFlare Under Attack Mode Bypass
  • bypass BYPASS | Bypass Normal AntiDDoS
  • bypass BOMB | Bypass with codesenberg/bombardier
  • 🔪 KILLER | Run many threads to kill a target
  • 🧅 TOR | Bypass onion website

  • 🧨 Layer4:

  • tcp TCP | TCP Flood Bypass
  • udp UDP | UDP Flood Bypass
  • syn SYN | SYN Flood
  • ovh OVH-UDP | UDP flood with random HTTP headers and binary payload to bypass OVH and WAFs.
  • cps CPS | Open and close connections with proxy
  • icmp ICMP | Icmp echo request flood (Layer3)
  • connection CONNECTION | Open connection alive with proxy
  • vse VSE | Send Valve Source Engine Protocol
  • teamspeak 3 TS3 | Send Teamspeak 3 Status Ping Protocol
  • fivem FIVEM | Send FiveM Status Ping Protocol
  • fivem-token FIVEM-TOKEN | Send FiveM confirmation token flood
  • mem MEM | Memcached Amplification
  • ntp NTP | NTP Amplification
  • mcbot MCBOT | Minecraft Bot Attack
  • minecraft MINECRAFT | Minecraft Status Ping Protocol
  • minecraft pe MCPE | Minecraft PE Status Ping Protocol
  • dns DNS | DNS Amplification
  • chargen CHAR | Chargen Amplification
  • cldap CLDAP | Cldap Amplification
  • ard ARD | Apple Remote Desktop Amplification
  • rdp RDP | Remote Desktop Protocol Amplification

  • ⚙️ Tools - Runs With python3 start.py tools

  • 🌟 CFIP | Find Real IP Address Of Websites Powered By Cloudflare
  • 🔪 DNS | Show DNS Records Of Sites
  • 📍 TSSRV | TeamSpeak SRV Resolver
  • ⚠ PING | PING Servers
  • 📌 CHECK | Check If Websites Status
  • 😎 DSTAT | That Shows Bytes Received, bytes Sent and their amount

  • 🎩 Other

  • ❌ STOP | STOP All Attacks
  • 🌠 TOOLS | Console Tools
  • 👑 HELP | Show Usage Script

Our social's💻

Please do not use the "Issues" section to ask your questions!

discord telegram * [Matrix community Telegram channel](https://t.me/Matrix_Development) * [Matrix team Telegram Group](https://t.me/MatrixTMChat) * [GitHub](https://github.com/MatrixTM) ### If u Like the project, leave a star on the repository! ## Downloads You can download it from [GitHub Releases](https://github.com/MatrixTM/MHDDoS/releases) ### Getting Started **Requirements** * [dnspython](https://github.com/rthalley/dnspython) * [cfscrape](https://github.com/Anorov/cloudflare-scrape) * [impacket](https://github.com/SecureAuthCorp/impacket) * [requests](https://github.com/psf/requests) * [Python3][python3] * [PyRoxy](https://github.com/MatrixTM/PyRoxy) * [icmplib](https://github.com/ValentinBELYN/icmplib) * [certifi](https://github.com/certifi/python-certifi) * [psutil](https://github.com/giampaolo/psutil) * [yarl](https://github.com/aio-libs/yarl) --- ## Documentation You can read it from [GitHub Wiki](https://github.com/MatrixTM/MHDDoS/wiki) **Clone and Install Script** ```shell script git clone https://github.com/MatrixTM/MHDDoS.git cd MHDDoS pip install -r requirements.txt

**One-Line Installing on Fresh VPS**

```shell script
apt -y update && apt -y install curl wget libcurl4 libssl-dev python3 python3-pip make cmake automake autoconf m4 build-essential git && git clone https://github.com/MatrixTM/MHDDoS.git && cd MH* && pip3 install -r requirements.txt
**Docker** ```shell script git clone https://github.com/MatrixTM/MHDDoS.git cd MHDDoS docker compose build # you can use the built image directly by uncommenting one line in the dockercompose docker compose run -it --entrypoint /bin/bash mhddos ``` [python3]: https://python.org 'Python3' [github issues]: https://github.com/MatrixTM/MHDDoS/issues 'enter' --- ## Need a Cheap Hourly Server? No Problem aeza #### You can buy an hourly 10Gbps server from [Aeza Hosting](https://aeza.net/?ref=375036) with crypto (100% anonymous). zomro #### [Zomro Hosting](https://zomro.com/vps?from=428115) allows you to purchase an hourly server using crypto and completely anonymously.

Core symbols most depended-on inside this repo

safe_close
called by 39
start.py
send
called by 37
start.py
exit
called by 20
start.py
open_connection
called by 20
start.py
info
called by 14
start.py
generate_payload
called by 13
start.py
varint
called by 11
start.py
data
called by 11
start.py

Shape

Method 85
Class 9
Function 2

Languages

Python100%

Modules by API surface

start.py96 symbols

Dependencies from manifests, versioned

certifi2024.7.4 · 1×
cloudscraper1.2.71 · 1×
dnspython2.6.1 · 1×
icmplib2.1.1 · 1×
impacket0.10.0 · 1×
psutil5.9.3 · 1×
pyasn10.4.8 · 1×
requests2.32.4 · 1×
yarl1.7.2 · 1×

For agents

$ claude mcp add MHDDoS \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact