Regex to hashcat rule
#1
Any good way to transform a regex into a hashcat rule? Imo its very hard to understand 100% the syntax of hashcat rules. But i've got a regex like this
Code:
[Hh]e(l{1,2})o!

All in all, this is my problem: I have a large password, i have to brute force the first x characters, but i know the last y characters. Like my example above. But its way larger. I don't want to create a dictionary for this case, i want to use a hashcat command with the regex/rule/whatever inside and no X TB big dictionary file.
Reply


Messages In This Thread
Regex to hashcat rule - by matt99 - 05-05-2021, 08:16 AM
RE: Regex to hashcat rule - by Snoopy - 05-05-2021, 02:14 PM