Skip to content

Instantly share code, notes, and snippets.

@castexyz
Created February 24, 2018 13:13
Show Gist options
  • Save castexyz/e33c668576d4c83324cef6f5cc91fd3c to your computer and use it in GitHub Desktop.
Save castexyz/e33c668576d4c83324cef6f5cc91fd3c to your computer and use it in GitHub Desktop.
Crack ssh priv key
ssh2john priv.key > privjohn
john privjohn --wordlist='/usr/share/wordlists/rockyou.txt'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment