I made a wordlist generator
#7
If you are looking for requests then modifying mask-processor to provide an option to produce random text would be excellent.

Currently the options in mask-processor are:

?l = abcdefghijklmnopqrstuvwxyz
?u = ABCDEFGHIJKLMNOPQRSTUVWXYZ
?d = 0123456789
?s = !"#$&'()*+,-./:;<=>?@[\]^_`{|}~
?a = ?l?u?d?s
?b = 0x00 - 0xff

It would be great to be able to pipe mask-processor (or perhaps your own stand alone pseudopass.exe) to hashcat like the following.

mp64.exe -1lud ?p?p?p?p?p?p?p?p | hashcat ..etc

-1lud = Would allow the user to define the characters mask-processor would randomly choose from.

?p = Pseudo random text

This request is useful for those times when you have simply run out of ideas, password lists, rules and just want to try your luck.
Reply


Messages In This Thread
I made a wordlist generator - by PhillyStyle1026 - 01-29-2023, 05:19 AM
RE: I made a wordlist generator - by buka - 01-31-2023, 01:57 PM
RE: I made a wordlist generator - by WPA_Catcher - 02-05-2023, 02:15 AM
RE: I made a wordlist generator - by WPA_Catcher - 02-05-2023, 05:13 PM