hashcat Forum

Full Version: I wrote a console app for shifting wordlists
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey folks, 

Just fishing for interest - I wrote a small console app to create commands that shift variations of a word through various masks e.g.

You know the password contains a variation of "cat", but not the position.

My console app takes a wordlist such as:

Cat
C@t
tac

and produces something like

?u?uCat
?uCat?u
Cat?u?u
?u?uC@t

..
..

?d?dCat
?dCat?d

and so on

I wrote this because I liked John's [] notation in masks but hashcat has the better performance on the hardware I have available. 

The app is in .net core and outputs masks to line separated text files.

If anyone is interested then let me know and I'll clean it up and make it available.