hashcat Forum
expandpass - a more dynamic alternative to masks - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Misc (https://hashcat.net/forum/forum-15.html)
+--- Forum: User Contributions (https://hashcat.net/forum/forum-25.html)
+--- Thread: expandpass - a more dynamic alternative to masks (/thread-10244.html)



expandpass - a more dynamic alternative to masks - phildo - 08-05-2021

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... !