Fuzzing Web
Fuzzing de Directorios y Archivos
Gobuster
gobuster dir -u http://<IP> -w <WORDLIST> -x php,html,txt -t 100 -k -rDirb
dirb https://<IP>:<PORT>/ <WORDLIST>FFuf (Fuzz Faster U Fool)
ffuf -u http://<IP>/file.php\?FUZZ\=/etc/passwd -w <WORDLIST> -fs <SIZE>Last updated