hashcat Forum
need analog for HashHush and Coy in Linux - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Misc (https://hashcat.net/forum/forum-15.html)
+--- Forum: User Contributions (https://hashcat.net/forum/forum-25.html)
+--- Thread: need analog for HashHush and Coy in Linux (/thread-1540.html)



need analog for HashHush and Coy in Linux - aaaaa1 - 09-07-2012

Hi lucky Linux users!
I decided to try LinuxMint 11 and have some questions for GURU:
First:
what the way in BASH to extract uncracked hashes from my hashlist using john.pot (like utility COY do it in Windows)
Second:
also in BASH to sort hashlist by types of hashes like HashHush can do it
Big thanks for any help!


RE: need analog for HashHush and Coy in Linux - epixoip - 09-07-2012

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.


RE: need analog for HashHush and Coy in Linux - aaaaa1 - 09-10-2012

many thanks for answer, but i cannot extract uncracked hashes from my list
i did:
Quote:./john --show=left --format=des ./MyHashList.txt > ./uncracked.txt
and got:
Quote:Extra parameter for option: "--show=left"
where i did mistake?

Solved!
just try JTR with jumbo-patch
Many thanks again!