creating a custom wordlist and mask
#2
depending on how much words or different numbers do you used, just stick to generate your own wordlist, no mask needed

first wordlist contains your words
second your used digits-string or digit-strings like 012345, 123450 and so on

then use combinator from https://github.com/hashcat/hashcat-utils to combine these two list

the result is a third list with all your words appended with your digits, then you have two options,

use hashcat in combintator attack mode (-a1) to combine third list with number one again

or use the combinator tool again, third + first to get a fourth list, word number word
Reply


Messages In This Thread
RE: creating a custom wordlist and mask - by Snoopy - 10-16-2023, 11:38 AM