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
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