Pre-made commands
Feed a stolen id_rsa in to john to crack the password
ssh2john id_rsa > ssh.hash
# Once ssh.hash is created,
john --wordlist=/usr/share/wordlists/rockyou.txt ssh.hashFlags
| Flag | Description |
|---|---|
| -x | What does it do |
Useful Scripts
Useful bash script
#!/bin/bash