bruteforce sha1 with hashcat
#1
hello everybody!
i have a pretty simple 20 lenght hash to bruteforce
with SHA1 algo and 8 numbers length, salt has to be 0000000000000000

=============== hashcat log======================
hashcat-cli32.exe --hash-mode 101 --attack-mode 3 --salt-file C:/hashcat-gui-0.5.0/hashcat-gui-0.5.0/salt.log --bf-cs-buf 1234567890 --bf-pw-min 8 --bf-pw-max 8 C:/hashcat-gui-0.5.0/hashcat-gui-0.5.0/h.txt

Added external salts from file C:/hashcat-gui-0.5.0/hashcat-gui-0.5.0/salt.log:
1 salts
Added hashes from file C:/hashcat-gui-0.5.0/hashcat-gui-0.5.0/h.txt: 1 (1 salts)
Activating quick-digest mode for single-hash
Charset...: 1234567890
Length....: 8
Index.....: 0/1 (segment), 100000000 (words), 0 (bytes)
Recovered.: 0/1 hashes, 0/1 salts
Speed/sec.: - plains, 7.00M words
Progress..: 100000000/100000000 (100.00%)
Running...: 00:00:00:03
Estimated.: --:--:--:--
Started: Thu Jan 26 22:58:01 2012
Stopped: Thu Jan 26 22:58:04 2012

=============== ighashgpu log =======================
ighashgpu.exe /h:ef63bf26e2382917d96850ccf9632458ee6e6c77 /tConfusedha1 /c:d /max:8 /min:8 /salt:0000000000000000

Starting brute-force attack, Charset Len = 10, Min passlen = 8, Max passlen = 8
Charset (unicode -> 0) [0123456789]
Charset in HEX: 30 31 32 33 34 35 36 37 38 39
Starting from [00000000]
Hash type: SHA1, Hash: ef63bf26e2382917d96850ccf9632458ee6e6c77
Salt: 00 00 00 00 00 00 00 00
CURPWD: 46886710 DONE: 75.50% ETA: 2s
Found password: [50681318], HEX: 35 30 36 38 31 33 31 38
Processed 75 497 472 passwords in 1s.
=====================================================

both programs ighashgpu and hashcat are finishing the bruteforce
for the same input options process in couple of seconds,
but ighash found the password and hashcat does not
why hashcat cant find the password?
maybe i missed some options?
thank you!


Messages In This Thread
bruteforce sha1 with hashcat - by aprivate - 01-27-2012, 06:21 AM
RE: bruteforce sha1 with hashcat - by atom - 01-27-2012, 06:35 AM
RE: bruteforce sha1 with hashcat - by aprivate - 01-27-2012, 07:10 AM
RE: bruteforce sha1 with hashcat - by atom - 01-27-2012, 11:34 AM
RE: bruteforce sha1 with hashcat - by farouk04 - 01-27-2012, 12:09 PM
RE: bruteforce sha1 with hashcat - by aprivate - 02-08-2012, 03:56 PM
RE: bruteforce sha1 with hashcat - by atom - 02-08-2012, 04:43 PM