Rule debug to found plain - 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: Rule debug to found plain (/thread-8729.html) |
Rule debug to found plain - kevtheskin - 10-18-2019 Hello there, Is there a way to generate a debug that tell's you what rule and word from dictionary creates the found plain. Cheers Kev RE: Rule debug to found plain - philsmd - 10-18-2019 --debug-mode 4 --debug-file rule_debug.txt (see --help) RE: Rule debug to found plain - kevtheskin - 10-18-2019 (10-18-2019, 08:19 PM)philsmd Wrote: --debug-mode 4 --debug-file rule_debug.txtHi there I tried the mode 4 and it only shows this [ c $! $1 $0 $0 ^S $1 $2 $3 s07 ^5 sS' No original word or new found . Im I doing something wrong? --debug-mode=4 --debug-file matched.rule RE: Rule debug to found plain - philsmd - 10-18-2019 it's appending to the file. you need to check the last lines or create a different file name what is your command ? just use --debug-file rule_debug512.txt or some random new file RE: Rule debug to found plain - kevtheskin - 10-19-2019 (10-18-2019, 09:47 PM)philsmd Wrote: it's appending to the file. you need to check the last lines or create a different file nameI think its working now . Will let you know peeps. Cheers Kev |