02-10-2021, 11:22 PM
(This post was last modified: 02-10-2021, 11:23 PM by slyexe.
Edit Reason: copy paste issue
)
(02-10-2021, 07:02 PM)UKLondon2025 Wrote: Hi Allyou've already solved your own question by using custom character sets. Just choose between -1 -2 -3 and implement whatever character set you want.
I know that you can do a brute force via all characters:
hashcat -m <Code> -a 3 -1 -?l?u?d?s -3 ?d hashes.txt --potfile-disable ?1?1?1?1?1?1?1?1
However how can I only include certain characters in the search:
An Example:
ABCDEFabcdef12345!"£$%.
Kind Regards
Code:
hashcat -m <Code> -a 3 -1 ABCDEFabcdef12345!"@%&*% -2 Xx0o -3 ?H?s hashes.txt --potfile-disable ?1?1?2?2?3?3?1?1?2?3?