hashcat Forum
oclHashcat-plus with truecrypt - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html)
+--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html)
+--- Thread: oclHashcat-plus with truecrypt (/thread-2591.html)



oclHashcat-plus with truecrypt - rebelhn - 09-04-2013

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


RE: oclHashcat-plus with truecrypt - Mangix - 09-04-2013

No... you need to specify an attack mode. If you read the text, oclhashcat is saying that it's expecting input from stdin.


RE: oclHashcat-plus with truecrypt - Rolf - 09-04-2013

It would be wise to read this.


RE: oclHashcat-plus with truecrypt - rebelhn - 09-04-2013

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


RE: oclHashcat-plus with truecrypt - mastercracker - 09-04-2013

(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.


RE: oclHashcat-plus with truecrypt - epixoip - 09-04-2013

brute forcing truecrypt. good luck with that.