05-15-2012, 01:53 PM
@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:
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?
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
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?