Page 1 of 1

Cant run GRTcrack

PostPosted: Wed Mar 23, 2011 11:21 am
by Srnec0
Can anybody help?

I try to run GRTcrack on 64bit Ubuntu 10.10 but when I try to execute GRTcrack it writes:
command GRTCrack not found

Code: Select all
raziel@raziel-MS-7519:~/Plocha/CryptohazeGRT$ sudo GRTCrack -s 32d93ad2312aeb35fe808a7ed644fa16 -h MD5 /mnt/array1/GRT/MD5* --threads 512 --blocks 512 -m 1000
sudo: GRTCrack: command not found


parameters are just copied from this forum, they are irrelevant.

Re: Cant run GRTcrack

PostPosted: Wed Mar 23, 2011 3:01 pm
by Bitweasil
It's Linux. You have to specify the location of the executable unless it's in the path.

Try "./GRTCrack ..."

Re: Cant run GRTcrack

PostPosted: Wed Mar 23, 2011 9:58 pm
by Srnec0
i tried, but same result

Re: Cant run GRTcrack

PostPosted: Wed Mar 23, 2011 10:30 pm
by Bitweasil
Well, does GRTCrack exist in the directory, and are you on a 64-bit OS? I believe that error also occurs when you try to run a 64-bit binary on a 32-bit system.

//EDIT: Ok, you claim 64-bit Ubuntu.

Can you just run "./GRTCrack" and get the command line errors?

Re: Cant run GRTcrack

PostPosted: Fri Mar 25, 2011 12:15 pm
by Srnec0
its now alright thx ;)

but one more question... rainbow cracker cracks just one hash at time? it is
possible to put in parameter txt file with bunch of hashes?

Re: Cant run GRTcrack

PostPosted: Fri Mar 25, 2011 1:26 pm
by Bitweasil
Not yet. I'm working on a multi-hash, multi-GPU version that should actually run on Windows.