hashcat Forum
Hashcat stdout problem - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: General Help (https://hashcat.net/forum/forum-8.html)
+--- Thread: Hashcat stdout problem (/thread-1513.html)



Hashcat stdout problem - dalmi - 08-28-2012

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???


RE: Hashcat stdout problem - M@LIK - 08-29-2012

https://hashcat.net/forum/thread-1016.html


RE: Hashcat stdout problem - dalmi - 08-29-2012

THX A LOT Smile

This will help a lot.