hashcat for keepass using combination of the same wordslist
#6
(06-20-2022, 02:02 PM)Banaanhangwagen Wrote: you need to play with rules for that; see https://hashcat.net/wiki/doku.php?id=rule_based_attack

Words file "words.txt is now :

Code:
BOBIE
SAMIE

And I have created the rule file "rules.txt"

Code:
:
#Lowercase
l
#Uppercase
u
#Capitalise first character
c
#Substitute 'a' for '@', 'e' for '3', 'l' for '1'
sa@ se3 sl1
#Substitute 'a' for '4', 'e' for '3', 'l' for '1'
sa4 se3 sl1

But when I want to use it, I get :

Code:
$ hashcat -a 1 -m 13400 -j '$-' -r rules.txt demo.hash words.txt words.txt
Use of -r/--rules-file and -g/--rules-generate only allowed in attack mode 0.

So, I can't use mode 0 (attack) since I work with mode 1 (combinator) !?
Reply


Messages In This Thread
RE: hashcat for keepass using rules and combination of the same wordslist - by domiq44 - 06-20-2022, 02:03 PM