Skip to main content

Dynamic Word Lists with Maskprocessor

Project Github

https://github.com/hashcat/maskprocessor

Example Usage

  • You have a base password / phrase with dynamic alphanumeric / symbolic suffix
  • A password / phrase is a pre-determined length, and you need to generate a dynamic word list from a specific character set

Example Command

Getting Help

man mp64
mp64 -h

Generating a Wordlist

# The base password / phrase is "admin" followed by 4 digits
mp64 "admin?d?d?d?d" > wordlist.txt
# The base password / phrase is admin appended by 4 uppercase, lowercase, digit, or symbol characters
mp64 "admin?a?a?a?a" > wordlist.txt