Garud - Versión para impresión +- HACKING NICARAGUA (http://hackingnicaragua.com/Foro) +-- Foro: HACKING (http://hackingnicaragua.com/Foro/forumdisplay.php?fid=3) +--- Foro: EXPLOITS (http://hackingnicaragua.com/Foro/forumdisplay.php?fid=5) +--- Tema: Garud (/showthread.php?tid=8) |
Garud - Y@miruS@m@ - 08-06-2021 Una herramienta de automatización que escanea subdominios, toma de control de subdominios, luego filtra XSS, SSTI, SSRF y más parámetros de puntos de inyección y escanea automáticamente algunas vulnerabilidades bajas.[/color] Instalacion sudo su apt install git git clone https://github.com/R0X4R/Garud.git && cd Garud/ && chmod +x garud install.sh && mv garud /usr/bin/ && ./install.sh Uso █▀▀ ▄▀█ █▀█ █░█ █▀▄ █▄█ █▀█ █▀▄ █▄█ █▄▀ coded by R0X4R in INDIA with <3 Usage: -d Objetivo al que quieres scanear (target.com) Usage: -f Seleccionar que directorio va ser el output (~/target-output/) Usage: -t Agregar amenazas para recibir resultados mas rapidos (default=100) Usage: -b Añadir tu servidor XSS para Blind XSS (-b test.xss.ht) Usage: -x Excluir dominios fuera del alcance (~/out-domains.txt) garud -d target.com -f target-output -x except.txt -t 200 -b test.xss.ht Soluciones a errores a la hora de instalar Copiar el error y buscarlo en internet para mejorar tu aprendizaje |