Beginner need help. Is oclhashcat-lite support hashlist?
#5
hashlists are not supported with oclHashcat-lite. as arex1337 already said, use oclHashcat-plus. Here is you cmdline converted to oclHashcat-plus:

./cudaHashcat-plus64.bin hashlist.sha1 --outfile=output.txt --hash-type=100 -1 ?l?d ?1?1?1?1

since it does not support iterated through length you have to run it several times:

./cudaHashcat-plus64.bin hashlist.sha1 --outfile=output.txt --hash-type=100 -1 ?l?d ?1?1?1?1
./cudaHashcat-plus64.bin hashlist.sha1 --outfile=output.txt --hash-type=100 -1 ?l?d ?1?1?1?1?1
./cudaHashcat-plus64.bin hashlist.sha1 --outfile=output.txt --hash-type=100 -1 ?l?d ?1?1?1?1?1?1
./cudaHashcat-plus64.bin hashlist.sha1 --outfile=output.txt --hash-type=100 -1 ?l?d ?1?1?1?1?1?1?1
./cudaHashcat-plus64.bin hashlist.sha1 --outfile=output.txt --hash-type=100 -1 ?l?d ?1?1?1?1?1?1?1?1

and so on..


Messages In This Thread
RE: Beginner need help. Is oclhashcat-lite support hashlist? - by atom - 01-03-2012, 10:54 AM