Skip to content

Power-DoS, a multi-threaded Denial of Service tool made in Python 3

License

Notifications You must be signed in to change notification settings

its-me-arjun-0007/Power-DoS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

🌐 PT-BR

Power-DoS

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

Como usar?

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

Aviso:

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

Power-DoS is a mini Denial Of Service tool. It features:

  • UDP Flooding
  • Multi-threading
  • Fast and small code
  • Interactive text interface
  • Configurable attacks

How to use it?

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.

Disclaimer:

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.

About

Power-DoS, a multi-threaded Denial of Service tool made in Python 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%