03-05-2023, 03:15 PM
(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
and looks like its
Code:
hashcat -a6 wordlist.txt ?a --stdout > newlist.txt
to append. very handy.