Rule-Based Attack
#1
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
Reply
#2
$ 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"
Reply
#3
Also check rules folder, it has some good rules.
Reply
#4
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
Reply