oclHashcat-plus with truecrypt
#1
I used oclHashcat-plus to crack truecrypt 7.x

cudaHashcat-plus64.exe 7char.tc -m 6241
cudaHashcat-plus v0.15 by atom starting...

Hashes: 1 total, 1 unique salts, 1 unique digests
Bitmaps: 8 bit, 256 entries, 0x000000ff mask, 1024 bytes
Rules: 1
Workload: 8 loops, 8 accel
Watchdog: Temperature abort trigger set to 90c
Watchdog: Temperature retain trigger set to 80c
Device #1: GeForce GT 630, 2048MB, 1620MHz, 2MCU
Device #1: Kernel ./kernel/4318/m6211.sm_21.64.ptx
Device #1: Kernel ./kernel/4318/bzero.64.ptx

Starting attack in stdin mode...

Does it still running? I've ran it about 4 hour ago, the password of truecrypt file was set to 7 characters
#2
No... you need to specify an attack mode. If you read the text, oclhashcat is saying that it's expecting input from stdin.
#3
It would be wise to read this.
#4
Can you say more clearly? Which options is need to set if i want to run in bruce-force mode?
i've run with example.dict file and the status is exhausted
#5
(09-04-2013, 09:40 AM)rebelhn Wrote: Can you say more clearly? Which options is need to set if i want to run in bruce-force mode?
i've run with example.dict file and the status is exhausted
Code:
cudaHashcat-plus64.exe -a 3 -m 6241 -i 7char.tc ?a?a?a?a?a?a?a
-a 3 specifies "brute force" attack, ?a?a?a?a?a?a?a means any character at each of the 7 positions, -i will make it try from len 1 to len 7.
#6
brute forcing truecrypt. good luck with that.