Keyboard-layout-mapping
#1
Get this error:

./hashcat.bin -a 3 -m 13723 -1?l --stdout ?1 --keyboard-layout-mapping layouts/ru.hckmap
Parameter --keyboard-layout-mapping not valid for hash-type 2000

but hashtype ist specified as "-m 13723"

Any ideas?
Reply
#2
your command line is wrong. --stdout is -m 2000

you can't use --stdout and another hash type setting -m x

either one or the other

Code:
./hashcat.bin -a 3 -m 13743 -1 ?l?u?d --keyboard-layout-mapping layouts/ru.hckmap hash.bin ?1?1?1?1?1

--keyboard-layout-mapping is currently allowed for 13743, 13761, 13763, 13762, 13741 and 13742

i.e. every veracrypt boot-mode
Reply