Hello, I am new to using hashcat so please forgive me if I am missing something stupid.
Anyway, I am trying to access a .7Z file to which I've forgotten the password. I'm pretty sure it's a combination of other various passwords I have used, so plan to add them all to a dictionary file and configure Hashcat to try every possible combmination of them.
However, before I get to that stage - I understand I need to obtain the hash from the .7Z file so have downloaded and used "7z2hashcat64-1.2" I then used the following command: "7z2hashcat64-1.2.exe file.7z >temphash" and a file was saved called "temphash"
I then run:
hashcat64.exe -a 3 -m 11600 temphash
It returns:
Hashfile 'temphash' on line 1
*hash text omitted*
No hashes loaded.
I then change the temphash file to unicode and resave, running the same command again, only to receive:
Hashfile 'temphash' on line 1 ( ■$): Signature unmatched
Hashfile 'temphash' on line 2 (): Line-length exception
No hashes loaded.
Does anyone have any input? Am I missing something?
Thanks!
Anyway, I am trying to access a .7Z file to which I've forgotten the password. I'm pretty sure it's a combination of other various passwords I have used, so plan to add them all to a dictionary file and configure Hashcat to try every possible combmination of them.
However, before I get to that stage - I understand I need to obtain the hash from the .7Z file so have downloaded and used "7z2hashcat64-1.2" I then used the following command: "7z2hashcat64-1.2.exe file.7z >temphash" and a file was saved called "temphash"
I then run:
hashcat64.exe -a 3 -m 11600 temphash
It returns:
Hashfile 'temphash' on line 1
*hash text omitted*
No hashes loaded.
I then change the temphash file to unicode and resave, running the same command again, only to receive:
Hashfile 'temphash' on line 1 ( ■$): Signature unmatched
Hashfile 'temphash' on line 2 (): Line-length exception
No hashes loaded.
Does anyone have any input? Am I missing something?
Thanks!