03-18-2018, 02:06 PM
Hi,
I would like to crack this kind of password :
"user" is constant
"\t" : tab : 0x09
"random" : password I want to guess, i.e. in my wordlists
I tried :
How can I mix the ascii charset with hex charset ?
Thank you.
I would like to crack this kind of password :
Code:
user\trandom
"\t" : tab : 0x09
"random" : password I want to guess, i.e. in my wordlists
I tried :
Quote:hashcat -a 7 -1 "user" --hex-charset -2 09 hashfile ?1?2?a?a?a?a?a?a words.dicResults :
Code:
Invalid hex character detected in mask user
How can I mix the ascii charset with hex charset ?
Thank you.