hashcat Forum

Full Version: Rule-Based Attack
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello
I'm trying Rule-Based Attack, -a 0. I create a rule, for example $u, which should change all letters to uppercase, and what it does is it only adds "u" to the end of each word in the dictionary. I use hashcat on windows, is this a problem? that it is a plain text file

Hello
I'm trying Rule-Based Attack, -a 0. 
I create a rule, for example $u in a text file, which should change all letters to uppercase, and what it does is it only adds "u" to the end of each word in the dictionary. 
I use hashcat on windows, is this a problem? that it is a plain text file
$ is the rule that appends a character, so $1 would turn "penguin" into "penguin1". If you just want to uppercase, you just use u as your rule, without the dollar sign so "penguin" would become "PENGUIN"
Also check rules folder, it has some good rules.
Thank you, it works now.
Is there an option to combine Rule-based attack with Hybrid attack?
So that I could introduce rules, but at the end it would try, for example, 3 different numbers