03-07-2013, 08:19 PM
(This post was last modified: 03-07-2013, 08:19 PM by RHochstenbach.)
Hi guys,
I have a question (I'm new to Hashcat btw). I have a SHA-1 hash which I want to recover using brute-force. The password starts with 3807744839 (which is the salt) . So the hash mode would be SHA1(salt.pass). I'm using the Hashcat GUI om Windows, and for some reason I get the Hashcat usage CLI prompt, as if it's missing something.
The command it generates is:
Am I missing something?
And what is the correct mask format for passwords starting with 3807744839 ?
I have a question (I'm new to Hashcat btw). I have a SHA-1 hash which I want to recover using brute-force. The password starts with 3807744839 (which is the salt) . So the hash mode would be SHA1(salt.pass). I'm using the Hashcat GUI om Windows, and for some reason I get the Hashcat usage CLI prompt, as if it's missing something.
The command it generates is:
Code:
hashcat-cli32.exe --hash-mode 120 --attack-mode 3 --output-file C:\users\roy\hash.txt.out C:\users\royhochstenbach\hash.txt hashcat-cli32.exe --hash-mode 120 --attack-mode 3 --output-file C:\users\roy\hash.txt.out C:\users\roy\hash.txt
Am I missing something?
And what is the correct mask format for passwords starting with 3807744839 ?