ssh-crack v1.1

SSH keyfile password recovery tool  or
brute-force password cracker of SSH's identity files.

v1.0 support ssh (current v1.2.26) identity files
v1.1 support SecureCRT (current v4.2) identity files

Other used software copyrighted by their owners.
For SSH copyrights look at `ssh-COPYING' file.

For greets look `GREETS' file.

Usage:
 ssh-crack identity_filename < dictionary_file
or
 ssh-crack identity_filename -pipe command to execute ....


after succesful cracking decrypted file go to specified filename with
 suffix .nopass


Usage example:
 $ ssh-crack ~/.ssh/identity < dictionary
or with password generator:
 $ passwordgenerator | ssh-crack ~/.ssh/identity

Best password generator i know is John the Ripper v1.6 by Solar Designer
Example:
 $ john -w:dictionary -stdout | ssh-crack ~/.ssh/identity
or
 $ ssh-crack ~/.ssh/identity -pipe john -w:dictionary -stdout


-str
