Prepend character set to list
#5
(03-05-2023, 03:00 PM)b8vr Wrote: To prepend you should use the -a7 attack, which is a hybrid attack using a mask and a wordlist:

hashcat -a7 ?a wordlist.txt --stdout

See also https://hashcat.net/wiki/doku.php?id=hybrid_attack

Awesome that worked  Smile

and looks like its
Code:
hashcat -a6 wordlist.txt ?a --stdout  > newlist.txt

to append. very handy.
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