Skip to content

Instantly share code, notes, and snippets.

@petercunha
Last active March 19, 2019 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save petercunha/63dab69ddab27fd5d3afce052e0a1e39 to your computer and use it in GitHub Desktop.
Save petercunha/63dab69ddab27fd5d3afce052e0a1e39 to your computer and use it in GitHub Desktop.
Hydra SSH cracking script
Crack SSH logins with a username, password, and host list. Output JSON to file.
`hydra -o (outputfile) -b json -f -I -L (userlist) -P (passlist) -u -s 22 -M (hostlist) ssh`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment