-stdout unreadable output
#1
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


Attached Files
.png   output.PNG (Size: 456.49 KB / Downloads: 4)
Reply
#2
--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?
Reply