PDA

View Full Version : brute force problms



MIGUELpujol
2022-12-24, 14:05
Hello, good afternoon. This week I started doing brute force tests on a virtual windows 11 machine but it does not give the credentials to hydra. The command that I put in kali is the following: sudo hydra -l vboxuser -p usr/share/wordlists/rockyou.txt. gz 10.0.2.15 ssh

but when I run the attack I get this: Hydra (https://github.com/vanhauser-thc/thc-hydra) starting at 2022-12-24 15:00:53
[WARNING] Many SSH configurations limit the number of parallel tasks, it is recommended to reduce the tasks: use -t 4
[DATA] max 1 task per 1 server, overall 1 task, 1 login try (l:1/p:1), ~1 try per task
[DATA] attacking ssh://10.0.2.15:22/
[ERROR] could not connect to ssh://10.0.2.15:22 - Connection refused​

Fred Sheehan
2023-01-14, 01:41
If you use a wordlist and the password isn't in there, then yes, it will fail to log on..