hashcat Forum
-stdout unreadable output - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: -stdout unreadable output (/thread-11059.html)



-stdout unreadable output - blackrosemmt - 10-12-2022

Hi

When I use below code to test the output the output words are unreadable please check the picture 

hashcat.exe -m 2500 -S test.hccapx word-list.txt --session=test --status -r Test.rule --stdout -o output1.txt

is there any problem with my code or from the windows itself
I'm using version 6.2.1 on Win 10


RE: -stdout unreadable output - Snoopy - 10-12-2022

--stdout is for showing password candidates only, so you dont need mode and attack target, i believe hashcat takes your hccap as input for pw candidates resulting in these lines, to test your pw list just run

hashcat -a0 --stdout -r Test.rule word-list.txt

also why using such an old hahscat version?