09-07-2011, 03:11 PM
Hi I'm trying to crack my own Mac OS 10.6 password using a password hash extracted from my shadow file and a dict file containing only my password. Everything seems to go fine and oclhashcat reports that my password has been cracked but the password does not appear in my outfile.
my hash in in the file sha.txt and looks like this:
775DE041552B7FC10421B0288965F69C9544B70A:9001B23E
I run the command:
./cudaHashcat64.bin -m 102 --hex-salt sha.txt dict.txt dict.txt --outfile-format=2 -o output.txt
terminal output:
cudaHashcat v0.26 by atom starting...
Digests: 1 entries, 1 unique
Salts: 1 entries, 1 unique
Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes
Platform: NVidia compatible platform found
Watchdog: Temperature limit set to 90c
Device #1: GeForce GTX 275, 895MB, 1419Mhz, 30MCU
NOTE: gpu-accel auto-adjusted to: 1
Device #1: Kernel ./kernels/4318/m0102.sm_13.64.cubin
WARNING: words in dict_left < 7680. Can't gain full performance
WARNING: words in dict_right < 128. Can't gain full performance
[s]tatus [p]ause [r]esume [q]uit =>
Status.......: Cracked
Hash.Type....: sha1($salt.$pass)
Mode.Left....: Dict 'dict.txt' (7)
Mode.Right...: Dict 'dict.txt' (7)
Speed.GPU*...: 52.0k/s
Recovered....: 1/1 Digests, 1/1 Salts
Progress.....: 0/49 (0.00%)
Running......: 1 sec
Estimated....: 0 secs
HW.Monitor.#1: 0% GPU, 70c Temp
Started: Wed Sep 7 15:05:11 2011
Stopped: Wed Sep 7 15:05:12 2011
And the contents of my outfile:
775de041552b7fc10421b0288965f69c9544b70a:9001b23e::
I've tried changing the outfile format to no avail. What's going wrong here?
my hash in in the file sha.txt and looks like this:
775DE041552B7FC10421B0288965F69C9544B70A:9001B23E
I run the command:
./cudaHashcat64.bin -m 102 --hex-salt sha.txt dict.txt dict.txt --outfile-format=2 -o output.txt
terminal output:
cudaHashcat v0.26 by atom starting...
Digests: 1 entries, 1 unique
Salts: 1 entries, 1 unique
Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes
Platform: NVidia compatible platform found
Watchdog: Temperature limit set to 90c
Device #1: GeForce GTX 275, 895MB, 1419Mhz, 30MCU
NOTE: gpu-accel auto-adjusted to: 1
Device #1: Kernel ./kernels/4318/m0102.sm_13.64.cubin
WARNING: words in dict_left < 7680. Can't gain full performance
WARNING: words in dict_right < 128. Can't gain full performance
[s]tatus [p]ause [r]esume [q]uit =>
Status.......: Cracked
Hash.Type....: sha1($salt.$pass)
Mode.Left....: Dict 'dict.txt' (7)
Mode.Right...: Dict 'dict.txt' (7)
Speed.GPU*...: 52.0k/s
Recovered....: 1/1 Digests, 1/1 Salts
Progress.....: 0/49 (0.00%)
Running......: 1 sec
Estimated....: 0 secs
HW.Monitor.#1: 0% GPU, 70c Temp
Started: Wed Sep 7 15:05:11 2011
Stopped: Wed Sep 7 15:05:12 2011
And the contents of my outfile:
775de041552b7fc10421b0288965f69c9544b70a:9001b23e::
I've tried changing the outfile format to no avail. What's going wrong here?