12-15-2020, 01:44 PM
(12-15-2020, 09:28 AM)Karamba Wrote: Put your custom charset between single quotes.
When I try
Code:
hashcat -m 16200 -a 3 -1 'SOLITUDEsolitude#)!%3015' ?1?1?1?1?1?1?1?1 -w 3 hashes.txt
When wrapping the mask with single quotes like this
Code:
hashcat -m 16200 -a 3 -1 'SOLITUDEsolitude#)!%3015' '?1?1?1?1?1?1?1?1' -w 3 hashes.txt
... ...
Minimum password length supported by kernel: 0
Maximum password length supported by kernel: 256
Hash '?1?1?1?1?1?1?1?1': Separator unmatched
No hashes loaded.