Problem with cracking Office password that contains custom character
#12
**Sorry, posted from my mobile and the text format was terrible. Reposting from computer.
Managed to get it to work with the help of your last code example.
This is the command I run:
Code:
hashcat.exe -a 3 -m 9600 -1 charsets/standard/Croatian/cro.hcchr -2 charsets/standard/Croatian/cro2.hcchr --hex-charset -o crack2.txt hash.txt ?1?2 --session=ime --self-test-disable
This is my candidates.#1 line:
Code:
Candidates.#1....: $HEX[0d01] -> $HEX[7d01]
The only problem I have with this is that it stores the password in hash.txt file in the next format '0d01' and not as the letter 'č'.
cro.hcchr and cro2.hcchr cover all of the letters in my native language which do not exist in English language.
I can crack Excel password that contain one letter from my alphabet.

Now I run into problems with Excel passwords which contain multiple letters including custom character letters. I encrypted the Excel file with the password 'čać'. I try to run the next command but get confusing results in candidates.#1 line:
Code:
hashcat.exe -a 3 -m 9600 -1 charsets/standard/Croatian/cro.hcchr -2 charsets/standard/Croatian/cro2.hcchr --hex-charset -o crack2.txt hash.txt ?1?2?l?1?2 --session=ime --self-test-disable
Code:
Candidates.#1....: $HEX[6101616101] -> $HEX[61017a7e01]
It finishes with status Exhausted. What should I do next.
Reply


Messages In This Thread
RE: Problem with cracking Office password that contains custom character - by jerkdavi - 09-14-2020, 04:42 PM