hashcat Forum
I don't know what software to use - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: General Help (https://hashcat.net/forum/forum-8.html)
+--- Thread: I don't know what software to use (/thread-4427.html)



I don't know what software to use - BirdDad - 06-12-2015

I am trying to crack Truecrypt containers not whole drives.
Preferably windows but I'll take what I can get.
For example the passwords are cascaded by Twofish/Serpent and a Whirlpool hash.
Example: don'tCumKnocking10105050HaGotYa%
where the unknown is two character injected between the 1010 and 5050
so if the unknown was L* would be: don'tCumKnocking1010L*5050HaGotYa%
Can someone please help me to do this?
Thank you.


RE: I don't know what software to use - atom - 06-12-2015

This is generally not related to the hash-type. It works for all of them. You just need to understand how to write masks. If you partially know strings from the password read this article:

FAQ: I have a half-known password. I know the first 4 letters, can oclHashcat get the rest of the password?


RE: I don't know what software to use - BirdDad - 06-12-2015

(06-12-2015, 10:49 AM)atom Wrote: This is generally not related to the hash-type. It works for all of them. You just need to understand how to write masks. If you partially know strings from the password read this article:

FAQ: I have a half-known password. I know the first 4 letters, can oclHashcat get the rest of the password?

Thank you for responding.
I will have a look at it.
Thanks


RE: I don't know what software to use - BirdDad - 06-12-2015

That stuff is way over my head.
All that I am trying to do is :
the password starts with don'tCumKnocking1010
then it is two characters which I do not know, I need to test for all of them
then the password ends with :
5050HaGotYa%
so it if the two characters are AB then :
don'tCumKnocking1010AB5050HaGotYa%
would be the complete password.
Is there an easy way to do this?
Thank you


RE: I don't know what software to use - Si2006 - 06-12-2015

"don'tCumKnocking1010?a?a5050HaGotYa%" should cover it on mode -a 3


RE: I don't know what software to use - BirdDad - 06-12-2015

Thanks