DES with partial plain text
#2
Could you elaborate with a hypothetical/contrived example?

It sounds like you *might* be looking for masks. For example, if you know that a password is 10 characters and the first four characters are 'hash', but the rest are completely unknown (but 7-bit ASCII), you would use:

hashcat -a 3 targethash 'hash?a?a?a?a?a?a'

Or if you knew that the missing characters were all lower case:

hashcat -a 3 targethash 'hash?l?l?l?l?l?l'

etc.
~
Reply


Messages In This Thread
DES with partial plain text - by Davidi74 - 06-14-2020, 09:32 PM
RE: DES with partial plain text - by royce - 06-14-2020, 10:36 PM
RE: DES with partial plain text - by philsmd - 06-14-2020, 11:00 PM
RE: DES with partial plain text - by Davidi74 - 06-15-2020, 02:45 AM
RE: DES with partial plain text - by philsmd - 06-15-2020, 08:39 AM
RE: DES with partial plain text - by Davidi74 - 06-15-2020, 08:58 AM
RE: DES with partial plain text - by philsmd - 06-15-2020, 09:02 AM
RE: DES with partial plain text - by Davidi74 - 06-15-2020, 09:07 AM
RE: DES with partial plain text - by philsmd - 06-15-2020, 09:15 AM
RE: DES with partial plain text - by Davidi74 - 06-15-2020, 09:30 AM
RE: DES with partial plain text - by philsmd - 06-15-2020, 11:54 AM
RE: DES with partial plain text - by Davidi74 - 06-16-2020, 05:04 AM