Quantcast
Channel: hashcat Forum - All Forums
Viewing all articles
Browse latest Browse all 7673

add feature to LM crack

$
0
0
May be to make that LM dump perceived from pwdump as a one passwd(as on L0phtCrack)
no deal split on two parts

not to do it:
---
cut -d : -f 3 dump > 1
cut -c 1-16 1 > 2
cut -c 17-32 1 >> 2
---
hc -m 3000 2 dic.txt


just do it:
hc -m 3001 1 dic.txt


leave -m 3000 - for LM one hash
add -m 3001 - read and crack LM as double hash

Viewing all articles
Browse latest Browse all 7673

Trending Articles