Help on Rule or Mask or something
#2
One way to do it could be by first creating a list of words with added special characters, like this:

Hashcat -a6 wordlist ?s --stdout > wordlist-specchar.txt

And then run a command where I pipe hashcat into itself:

Hashcat -a1 wordlist-specchar.txt wordlist-specchar.txt --stdout | hashcat -a7 -m10500 hash ?s

Another option is creating one list of words and one list of special chars and then use combinatorx from hashcat-utils to combine them and pipe them into hashcat.
Reply


Messages In This Thread
Help on Rule or Mask or something - by pdparisi - 02-20-2023, 08:10 PM
RE: Help on Rule or Mask or something - by b8vr - 02-21-2023, 12:08 AM
RE: Help on Rule or Mask or something - by Snoopy - 02-23-2023, 06:48 PM
RE: Help on Rule or Mask or something - by Snoopy - 02-24-2023, 02:44 PM