ComboCrafter — hashcat-slyle mask wordlist generator. Part of code stealed from amass.
- Clone repo:
git clone https://github.com/ZPCA96/ComboCrafter
cd ComboCrafter
- Build:
go build .
Mask syntax:
?l — lowercase letter (a-z).
?d — dight (0-9).
?a — lowercase letter or dight.
?s — hyphen (-).
?A — all symbols from domain characters set.
?w — word from wordlist.
Flags:
-m — Path to the file containing masks.
-w — Path to the file containing the wordlist.
-o — Path to the output file.
-stdout — Print output to stdout instead of a file.
masks.txt:
?l?d
?w?d?s
wordlist.txt:
word1
word2
Run:
./ComboCrafter -m masks.txt -w wordlist.txt -o output.txt
output.txt:
a0
a1
...
z9
word10-
word11-
...
word29-
word20-
word21-
...
word29-