Prepend character set to list
#1
How can i use the following charater sets to prepend each possible charater in set to my word list?
  • ?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"
Reply


Messages In This Thread
Prepend character set to list - by TheAviator - 03-05-2023, 12:36 PM
RE: Prepend character set to list - by marc1n - 03-05-2023, 12:42 PM
RE: Prepend character set to list - by TheAviator - 03-05-2023, 02:05 PM
RE: Prepend character set to list - by b8vr - 03-05-2023, 03:00 PM
RE: Prepend character set to list - by TheAviator - 03-05-2023, 03:15 PM