MySQL5 hash wich mask easily
#1
hi all
Pls tell me how mask or method u recommended for crack mysql5 hash?
I can't crack

mask ?u?l?l?l?l ?l?l?l?l?l is very long ((

GeForce 9800GT with 258.x driver

This is not a hashcracking website.Hash posting here is prohibited - Rolf
#2
If the password is complex, I would try using wordlist + 1-3 letter mask.
Did you try batchcrack.bat in oclhc folder?
It contains quite a bit of fast masks.
#3
batchcrack.bat??? oh bro I'm nub with this tool ((
How can I edit to mysql5 hash and start batchcrack.sh (batchcrack.bat is not on my 0.23 version (( )?
batchcrack.sh have any options, pls share one good expample for mysql5.

I found too many rule files but I don't know how use it.

PS. tnx for answer and sorry for hash, its was simple hard mysql5 which I need brut.

WinXP sp3 32bit core2duo, 3g RAM, GeForce 9800GT with 258.x driver
#4
(11-28-2010, 04:33 PM)germes Wrote: batchcrack.bat??? oh bro I'm nub with this tool ((
How can I edit to mysql5 hash and start batchcrack.sh (batchcrack.bat is not on my 0.23 version (( )?
batchcrack.sh have any options, pls share one good expample for mysql5.

Yes, there's no batchcrack.bat, I just checked it.
Open example.hash with notepad, delete all hashes in it,paste your hashes there, and save it.Format is one hash per line.
Next, open example.cmd, and change the contents to:
Code:
oclHashcat.exe -m 300 -n 80 example.hash ?l?l?l?l example.dict

If you done everything right, example.cmd will attack your hashes by adding 4 loweralpha letters to all words in the example.dict wordlist.

P.S.
There's a docs folder with examples.
There's good info there.
#5
ah ok tnx bro I start batchcrack.sh with cygwin Smile
then I send command:
Code:
$ ./batchcrack.sh mysql5.hash
in the batchcrack.sh
I edit:
OUTPUT_FILE=batchcrack.out
DICT_FILE=example.dict

HASH_MODE=0
GPU_DEVICES=1,2
GPU_ACCEL=80
GPU_LOOPS=256

to

OUTPUT_FILE=mysq5Cracked.txt
DICT_FILE=example.dict

HASH_MODE=300
GPU_DEVICES=1,2
GPU_ACCEL=8
GPU_LOOPS=128

and all works good Shy
tnx again

but I don't know why need GPU_LOOPS=256
in my gf 9800 gt which loops need?
#6
Depends how extreme you want your cracking to be.
More loops = less responsive desktop = faster cracking.
#7
ups:
$ ./batchcrack.sh md5test.hash
Running hybrid attacks
$ ./oclHashcat.exe ... -1 ?l?d?s?u PasswordsPro.dic ?1 ...
RT: 3 CR: 0 / 0

All your hashes have been recovered, see mysql5testCracked.txt

Why do not want work???
#8
I dont have cygwin, but "CR: 0 / 0" says no hashes have been cracked.