04-02-2012, 02:38 AM
Mariane::
"MD5(phpBB3)" is not the same as plain md5
cudaHashcat-lite64 can not crack these.. doesnt support it
use oclHashcat-plus-0.07 instead
n u command should be like this::
note::
-m400
and ?1?1?1?1?1?1?1?1 tells the length.. which is 8 now
this is slow algorithm.. so dont expect much
: )
"MD5(phpBB3)" is not the same as plain md5
cudaHashcat-lite64 can not crack these.. doesnt support it
use oclHashcat-plus-0.07 instead
n u command should be like this::
Code:
./cudaHashcat-plus64.bin -m400 -a3 -1 ?F [your_hash_file] -o [output_file] ?1?1?1?1?1?1?1?1
-m400
and ?1?1?1?1?1?1?1?1 tells the length.. which is 8 now
this is slow algorithm.. so dont expect much
: )