Skip to content

FuckOS/MHDDoS

This branch is 32 commits ahead of, 421 commits behind MatrixTM/MHDDoS:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d19ffb8 Β· Sep 12, 2021
Mar 24, 2021
Sep 12, 2021
Feb 25, 2021
Sep 6, 2021
Feb 23, 2021
Sep 5, 2021
Sep 8, 2021

Repository files navigation

MHDDoS

Features And Method

  • πŸ’£ Layer7

    • get GET | GET Flood
    • post POST | POST Flood
    • ovh OVH | Bypass OVH
    • stress STRESS | Send HTTP Packet With High Byte
    • ostress OSTRESS | STRESS Without Proxy
    • dyn DYN | A New Method With Random SubDomain
    • slow SLOW | Slowloris Old Method of DDoS
    • head HEAD | https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/HEAD
    • hit HIT | POST Without PROXY
    • null NULL | Null UserAgent and ...
    • cookie COOKIE | Random Cookie PHP 'if (isset($_COOKIE))'
    • brust BRUST | A Method with more header
    • 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
    • CloudFlare CFB | CloudFlare Bypass
    • bypass BYPASS | Bypass Normal AntiDDoS
  • 🧨 Layer4:

    • tcp TCP | TCP Flood Bypass
    • udp UDP | UDP Flood Bypass
    • syn SYN | SYN Flood
    • vse VSE | VSE Flood Only Connection
    • mem MEM | Memcached Flood
    • ntp NTP | NTP Flood OLD Method Of Layer4
  • 🏹 Layer3

    • icmp ICMP | Flood ICMP Request
    • βš”οΈ POD | Ping Of Death OLD Method Of DDoS
  • βš™οΈ Tools - Run With 'python3 start.py tools'

    • 🌟 CFIP | Find Real IP address of Website Powered by Cloudflare
    • πŸ”ͺ DNS | Show Site DNS Records
    • ⚠️ PING | PING server
    • πŸ“Œ CHECK | Check Website Die or no
    • 😎 DSTAT | a Method show Receive And Send Bytes Size
  • 🎩 Other

    • ❌ STOP | STOP All Attacks
    • 🌠 TOOLS | Tools Console
    • πŸ‘‘ HELP | Show Usge Script
  • Layer4 DDoS Script

Video's

toturial

Clone and Install Script

git clone https://github.com/MHProDev/MHDDoS.git
cd MHDDoS
pip3 install -r requirements.txt

Launch Script

python3 start.py
python3 start.py bypass https://example.com 5 1000 socks5.txt 100 100

Languages

  • Python 100.0%