Keyboard-layout-mapping - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Developer (https://hashcat.net/forum/forum-39.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-40.html) +--- Thread: Keyboard-layout-mapping (/thread-8256.html) |
Keyboard-layout-mapping - metulski2013 - 03-25-2019 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? RE: Keyboard-layout-mapping - philsmd - 03-25-2019 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 |