🌐 PT-BR
Power-DoS é uma mini ferramenta de Negação de Serviço (DoS). Ela oferece:
- UDP Flooding
- Multi-threading
- Um código rápido e compacto
- Uma interface de texto interativa
- Ataques configuráveis
Primeiramente, clone ela:
git clone https://github.com/Black-Hell-Team/Power-DoS.git
Agora, entre no diretório clonado:
cd Power-DoS
E então, inicie a ferramenta utilizando python3
python3 powerdos.py <ip> <porta> <tamanho dos pacotes> <threads>
# Ou simplesmente
python3 powerdos.py
Você pode inciar ela sem parâmetros (ou faltando alguns), e inserir as informações pela interface de texto
NÃO cometa crimes com esta ferramenta, eu não me responsabilizo por quaisquer danos causados por ela. Note que esta é uma ferramenta simples, isto significa que sozinha ela difícilmente é capaz de causar algum dano significativo. Use apenas com intuitos educativos e/ou de aprendizado.
🌐 EN-US
Power-DoS is a mini Denial Of Service tool. It features:
- UDP Flooding
- Multi-threading
- Fast and small code
- Interactive text interface
- Configurable attacks
Firstly, gitclone it:
git clone https://github.com/Black-Hell-Team/Power-DoS.git
Now, get into the cloned directory:
cd Power-DoS
And then, simply start the tool using python3 (arguments are still not supported, use the interactive interface instead)
python3 powerdos.py <ip> <port> <packet_size> <threads>
# Or simply
python3 powerdos.py
You can initiate it without any parameters, or missing any. It will be prompted to you.
Do NOT commit any illegal activities with it. I am not responsible for any harm caused using this tool. Note that this is a simple tool that alone is hard to cause any real consequences, use it only with educative/learning purposes.