hashcat Forum

Full Version: -stdout unreadable output
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
--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?