Hashcat stdout problem
#1
Hi.

I'm totally new to this area of interest, so at the begining i like to sorry for any noob question that i'm gona write.

I've tried creating some rules i find handy and i have no success with testing them.

I read in wiki that i need to use something like that:
Quote:Create simple dictionary:

$ echo WORd > word
Generate a simple rule. The “c” rule capitalizes the first letter and lower-cases the rest.

$ echo c > rule
And thats how we see the generated debug output:

$ ./hashcat-cli64.bin -r rule --stdout word
Word

So i tried something like this on my win7, and here are the results Sad

Code:
Z:\Progz\hashcat\hashcat-gui-0.5.1\hashcat>more word2
not

Z:\Progz\hashcat\hashcat-gui-0.5.1\hashcat>more rule
so0sa4se3
so0sa4se3si1

Z:\Progz\hashcat\hashcat-gui-0.5.1\hashcat>hashcat-cli64.exe -r rule --stdout word2
Usage: hashcat [options] hashfile [mask|wordfiles|directories]

Try --help for more help.

Z:\Progz\hashcat\hashcat-gui-0.5.1\hashcat>

I've googled, searched on forum, looked in youtube. No success.

So please tell me how can i test rules i create???
#2
https://hashcat.net/forum/thread-1016.html
#3
THX A LOT Smile

This will help a lot.