miku-miku-beam
Miku Miku Beam is a network stress testing tool designed with a unique Hatsune Miku theme.
904
Original Project by: sammwyy
Miku Miku Beam is a network stress testing tool (stresser) designed with a unique Hatsune Miku theme. It combines a powerful attack engine with a fun, visually appealing interface.
Since you are pulling the image from Docker Hub and don't have the source code, follow these steps to set up the environment.
The application requires two files to work correctly: proxies.txt and uas.txt.
miku-beam).data.data/:
proxies.txt (Add your proxies here, one per line)uas.txt (Add User Agents here, one per line)Structure:
miku-beam/
└── data/
├── proxies.txt
└── uas.txt
docker-compose.yml in your miku-beam folder.services:
app:
image: miguerubsk/miku-miku-beam:latest
restart: unless-stopped
ports:
- "3000:3000"
volumes:
- ./data:/app/data
environment:
- NODE_ENV=production
docker-compose up -d
If you don't want to create a compose file, you can run it with a single command. Make sure you are in the folder containing the data directory.
docker run -d \
-p 3000:3000 \
-v "$(pwd)/data:/app/data" \
--name miku-beam \
miguerubsk/miku-miku-beam:latest
Proyecto original por: sammwyy
Miku Miku Beam es una herramienta de pruebas de estrés de red (stresser) diseñada con una temática única de Hatsune Miku. Combina un potente motor de ataques con una interfaz divertida y visualmente atractiva.
Como vas a descargar la imagen desde Docker Hub y no tienes el código fuente, sigue estos pasos para preparar el entorno.
La aplicación necesita dos archivos para funcionar correctamente: proxies.txt y uas.txt.
miku-beam).data.data/:
proxies.txt (Añade tus proxies aquí, uno por línea)uas.txt (Añade tus User Agents aquí, uno por línea)Estructura:
miku-beam/
└── data/
├── proxies.txt
└── uas.txt
docker-compose.yml en tu carpeta miku-beam.services:
app:
image: miguerubsk/miku-miku-beam:latest
restart: unless-stopped
ports:
- "3000:3000"
volumes:
- ./data:/app/data
environment:
- NODE_ENV=production
docker-compose up -d
Si no quieres crear un archivo compose, puedes ejecutarlo con un solo comando. Asegúrate de estar en la carpeta que contiene el directorio data.
docker run -d \
-p 3000:3000 \
-v "$(pwd)/data:/app/data" \
--name miku-beam \
miguerubsk/miku-miku-beam:latest
Content type
Image
Digest
sha256:798e7460c…
Size
43.9 MB
Last updated
about 1 month ago
docker pull miguerubsk/miku-miku-beam:sha-d44102e