need analog for HashHush and Coy in Linux
#2
I'm not familiar with COY or HashHush. But I believe I understand what you are attempting to accomplish, and do not understand why you needed programs to do this.

To extract uncracked hashes from your hash list using john.pot, you might be able to use --left with oclHashcat-plus on your john.pot -- depends on what kind of hashes you have in your pot file. But probably better to use jtr --show=left. But beware that jtr formats hashes differently so you will need to do some trimming to make jtr hashes work with hashcat.

To sort a hash list, it's a simple as using sort -u on the list.


Messages In This Thread
RE: need analog for HashHush and Coy in Linux - by epixoip - 09-07-2012, 05:20 PM