expandpass - a more dynamic alternative to masks
#1
I've posted this elsewhere, but figured I should drop it in these forums as well:

github.com/Phildo/expandpass

It's free, open sourceĀ (MIT licensed). Allows for nesting permutations/combinatorics along with alterations to the seed "atoms" (or the resultant constructions) [and it does so fast!]

Example:

{"Apple" "Banana"} {"123" "ABC"}

will yield:

Apple123
AppleABC
Banana123
BananaABC

But can obviously get much more complex.

Currently, the best way to use it is either pregenerate a password list and feed that to hashcat, or just pipe it directly in there.

LMK if you want to make contributions, or have feature requests, etc... !
Reply