oclHashcat-plus --show question
#3
@Mem5:: Hashcat deals with LM hashes as chunks (16-bit hashes):
1- --remove doesn't work with LMs.
2- I just noticed this, --show doesn't work too! whatever the hashes in your hash-file were full (32-bit) or (16-bit), why?
BECAUSE hashcat stores them in pot file in (16-bit) form. Thus, when you run something like:
Code:
hc64p [lm_hash_file] --show
Two possible results:
1- It will show the "line-length" warning if the file was in (16-bit) form.
2- It will not find anything because the hash-file is in (32-bit) and the pot file is in (16-bit).

@atom:: bug?


Messages In This Thread
oclHashcat-plus --show question - by Mem5 - 05-13-2012, 06:50 PM
RE: oclHashcat-plus --show question - by atom - 05-16-2012, 10:33 AM
RE: oclHashcat-plus --show question - by M@LIK - 05-16-2012, 12:22 PM
RE: Bruteforce LM - by Mem5 - 05-15-2012, 07:57 AM
RE: Bruteforce LM - by M@LIK - 05-15-2012, 01:53 PM