03-05-2023, 12:36 PM
How can i use the following charater sets to prepend each possible charater in set to my word list?
for example
gives ERROR "unsupported file type"
- ?l = abcdefghijklmnopqrstuvwxyz
- ?u = ABCDEFGHIJKLMNOPQRSTUVWXYZ
- ?d = 0123456789
- ?h = 0123456789abcdef
- ?H = 0123456789ABCDEF
- ?s = «space»!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~
- ?a = ?l?u?d?s
- ?b = 0x00 - 0xff
for example
Code:
hashcat -a 3 wordlist.txt ?^d --stdout > newwordlist.txt
gives ERROR "unsupported file type"