MaskProcessor
Examples
1) Generate a wordlist with the phrase "admin" followed by 4 digits
mp64 "admin?d?d?d?d" > wordlist.txt2) Generate a wordlist with the phrase "admin" appended by 4 uppercase, lowercase, digit, or symbol characters
mp64 "admin?a?a?a?a" > wordlist.txtCharsets
?l = abcdefghijklmnopqrstuvwxyz?u = ABCDEFGHIJKLMNOPQRSTUVWXYZ?d = 0123456789?s = !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~Last updated