oclHashCat-plus64 MD5(unix) cracking help
#1
Hi

i have a md5(unix) hash that i have the plain text (pre-hashed) too..
its a 5 digit lowercase password

now i wanna test cracking with oclHashCat-pluse ..
see this ./cudaExample500.sh first
Code:
root@bt:~/oclHashcat-plus-0.14# ./cudaExample500.sh
cudaHashcat-plus v0.14 by atom starting...

Hashes: 1 total, 1 unique salts, 1 unique digests
Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes
Rules: 1
Workload: 16 loops, 80 accel
Watchdog: Temperature abort trigger set to 90c
Watchdog: Temperature retain trigger set to 80c
Device #1: GeForce GT 520M, 1023MB, 1030Mhz, 2MCU
Device #1: Kernel ./kernels/4318/m0500.sm_21.64.ptx

Cache-hit dictionary stats example.dict: 1210228 bytes, 129988 words, 129988 keyspace

NOTE: autotuned --gpu-accel from 80 to 8

$1$uOM6WNc4$r3ZGeSB11q6UUSILqek3J1:hash234  
                                            
Session.Name...: cudaHashcat-plus
Status.........: Cracked
Input.Mode.....: File (example.dict)
Hash.Target....: $1$uOM6WNc4$r3ZGeSB11q6UUSILqek3J1
Hash.Type......: md5crypt, MD5(Unix), FreeBSD MD5, Cisco-IOS MD5
Time.Started...: Wed May  1 16:07:24 2013 (1 sec)
Speed.GPU.#1...:   101.1k/s
Recovered......: 1/1 (100.00%) Digests, 1/1 (100.00%) Salts
Progress.......: 57344/129988 (44.11%)
Rejected.......: 0/57344 (0.00%)
HWMon.GPU.#1...: -1% Util, 47c Temp, -1% Fan

Started: Wed May  1 16:07:24 2013
Stopped: Wed May  1 16:07:25 2013
first of all see speed --> "101.1k/s"
is it ok ???? :-s

then , i wanna learn how can i check all possible passwords from a-z & A-Z & 0-9 on my hash or hashs that saved in a file




i used this command :
Code:
root@bt:~/oclHashcat-plus-0.14# ./cudaHashcat-plus64.bin -m 500 -a 0 --increment --increment-min=5 --increment-max=6 -1 [b]abcdhizre[/b] -o cr.txt /root/cuda/1.txt
and it retrieved :
Code:
cudaHashcat-plus v0.14 by atom starting...

Hashes: 1 total, 1 unique salts, 1 unique digests
Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes
Rules: 1
Workload: 16 loops, 80 accel
Watchdog: Temperature abort trigger set to 90c
Watchdog: Temperature retain trigger set to 80c
Device #1: GeForce GT 520M, 1023MB, 1030Mhz, 2MCU
Device #1: Kernel ./kernels/4318/m0500.sm_21.64.ptx

Starting attack in stdin mode...

                                            
Session.Name...: cudaHashcat-plus
Status.........: [b]Aborted[/b]
Input.Mode.....: Pipe
Hash.Target....: $1$pXrXXhXq$BXIX2wFXXaXXXlFXXXLXf.
Hash.Type......: md5crypt, MD5(Unix), FreeBSD MD5, Cisco-IOS MD5
Time.Started...: Wed May  1 16:06:51 2013 (24 secs)
Speed.GPU.#1...:        [b]0/s[/b]
Recovered......: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts
[b]Progress.......: 0
Rejected.......: 0[/b]
HWMon.GPU.#1...: -1% Util, 46c Temp, -1% Fan

Started: Wed May  1 16:06:51 2013
Stopped: Wed May  1 16:07:15 2013
please write correct command..

tnQ in advance..


Messages In This Thread
oclHashCat-plus64 MD5(unix) cracking help - by sangiiin - 05-01-2013, 01:47 PM