I have a question about password include question mark
#1
Hello.


My English skill is so bad. Please understand that..

I want to find my password.

So, I followed FAQ.

The Link: https://hashcat.net/wiki/doku.php?id=fre..._questions

"I have a half-known password. I know the first 4 letters, can hashcat get the rest of the password?"


I expect hashcat finds last password. I input password like this, "zz*4$?_ XXXXXXXXXXXXXX
But in my case the password include ? (question mark)

Full input is
 hashcat -m 14600  -a 3 -w 3 header.luks "zz*4\$?_XXXXXXXXX@XiXoNo?a?a?a?a?"  -i --increment-min 20

Hashcat makes candidates like this

zz*4130_ XXXXXXXXX@XiXoNo-> zz*4130_ XXXXXXXXX@XiXoNo{
But as I know my password first 6 letters is "zz*4130...."

So, I try change password input "zz*4\$?_XXXXXXXXXXXXXX


Then, occured Syntax error.


I make various attempts but results were same.

How to input correctly, if password include ? (question mark).

I really want to find answer.




Thank you for read my post.


Messages In This Thread
I have a question about password include question mark - by sweetdevil - 08-02-2018, 04:20 PM