Skip to content

Vanszs/MikuMikuBeamDDOS

 
 

Repository files navigation

Miku Miku Beam 💥⚡ (DDoS Tool / Network Stresser)

Note: This is a robust fork maintained by Vanszs, originally created by Sammwy.

Miku Miku Beam is a high-performance Open Source DDoS Tool and Network Stresser designed for Red Teamers and Pentesters. Featuring a Direct Attack (Pentest Mode), Concurrency Management, and a fully reactive Miku-themed UI, this tool allows you to perform HTTP Floods, Slowloris Attacks, and TCP Floods to test server resilience.

Whether you are looking for a Free IP Stresser, Layer 7 Attack Tool, or a Visual Network Load Tester, Miku Miku Beam delivers max throughput with a cute anime aesthetic. 🎤✨

Screenshot

Key Features 🎉

🚀 High-Performance & Robust

  • Concurrency Pool: Smart request management (1000+ persistent connections) prevents memory leaks and crashing.
  • Batched IO: Efficient logging system that doesn't freeze the server under high load.
  • Pentest Mode (Direct Attack): Bypass proxies to test raw throughput with your own IP. ⚠️

🌏 Multi-Language Support

  • Full Translation: English, Indonesia, and Chinese (中文).
  • Smart UI: Tooltips and Modern Dropdowns for ease of use.

🎨 The Miku Experience

  • Real-time Visualization: Live PPS (Packets Per Second) and Active Bot tracking.
  • Aesthetic UI: Responsive, animated, and Miku-vibe interface.
  • Background Music: Includes a toggleable banger soundtrack.

Attack Methods 📡

  • HTTP Flood: Standard request spam. Best for general targets.
  • HTTP Slowloris: Low bandwidth, keeps connections open. Good for unoptimized servers.
  • TCP Flood: Send random TCP packets. Good for non-HTTP targets.
  • Minecraft Ping: Send Minecraft ping/motd requests.

Setup 🛠️

Prerequisites 📦

  • Node.js (v14 or above) 🌱
  • npm (Node Package Manager) 📦

Installation 💻

  1. Clone this repository:

    git clone https://github.com/Vanszs/MikuMikuBeamDDOS.git
    cd MikuMikuBeamDDOS
  2. Install dependencies:

    npm install
  3. Run the server:

    npm run dev

    Server runs on port 3000 (Backend) and 5173 (Frontend) by default. 🌐

  4. Access the UI: Open http://localhost:5173 to start beaming!

Configuration ⚙️

Managing Proxies

You can edit proxies.txt and uas.txt directly from the frontend. Click the text icon next to the "Start Beam" button.

AnnotatedImage

Pentest Mode (Direct Attack) ⚠️

Enable "Attack with my current IP" in the specific settings to bypass the proxy list.

  • Benefit: Maximum possible speed (dependent only on your bandwidth).
  • Risk: Exposes your IP address to the target. Use only on servers you own!

Contributing 💖

Feel free to fork and submit Pull Requests!

  • Maintainer: Vanszs
  • Original Author: Sammwy

Disclaimer 🚨

This project is for educational purposes and authorized stress testing only. The authors are not responsible for any misuse of this tool.


(。♥‿♥。) Happy Hacking 💖🎶

About

An open-source network stresser tool but it's Hatsune Miku

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 67.6%
  • JavaScript 25.5%
  • CSS 6.4%
  • HTML 0.5%