Page 1 of 1

GRT crack tool 1.0 - windows - bug ?

PostPosted: Mon Aug 01, 2011 9:11 am
by pyr
Hi,

I open a new topic for the Rainbow Tables Crack tool, version 1.0 on Windows. I may found a bug ?
OS : Windows Vista. GPU : nVidia GTX 260.

Cmd line :
GRTCrack.exe -f "E:\hash.txt" -h NTLM E:\GRT-NTLM-len7-fullcharset-perfect\NTLM-idx900000-chr95-cl200000-perfect.grt
LINES value must be >= 2 and <= 0: got 1
initscr(): Unable to create SP

Then exits.

Any help ? :)

May I propose to add a cli option , something like "--output file.txt" to write recovered hashes to a file ?

Thanks.

Re: GRT crack tool 1.0 - windows - bug ?

PostPosted: Mon Aug 01, 2011 12:36 pm
by Bitweasil
32 bit or 64 bit vista?

I only test on win7 right now.

Re: GRT crack tool 1.0 - windows - bug ?

PostPosted: Mon Aug 01, 2011 6:07 pm
by pyr
64bits.

I found why : I was redirecting the output :
Code: Select all
...  1>log.txt

Now it works when I delete the redirection..
Where are stored the recovered passwords ?

Re: GRT crack tool 1.0 - windows - bug ?

PostPosted: Mon Aug 01, 2011 6:40 pm
by Bitweasil
It should print them when it finds them... there's a nice GUI. And it should dump the list when the run is completed. Try the "-o" option for output file - I'm not sure if this is working as yet though.

Re: GRT crack tool 1.0 - windows - bug ?

PostPosted: Tue Aug 02, 2011 7:12 pm
by pyr
Bitweasil wrote:Try the "-o" option for output file - I'm not sure if this is working as yet though.

Works great !

... -o result.txt :
A0BD3CADD7BA895B676FFCA4B2082CAC:te12sz3


Thanks for your work.

Re: GRT crack tool 1.0 - windows - bug ?

PostPosted: Tue Aug 02, 2011 7:53 pm
by Bitweasil
Awesome. Glad that works :)