Custom charset help
#1
Hi guys,

I'm trying to bruteforce a pdf hash, I know which characters are used in password, but do not know password. I have tried multiple commands but none of them is working. Here are the cmds:

Code:
hashcat -m 10500 -a 3 hash -1 WNRCEOIDLHwnrceoidlh0123456789

error: If you specify a custom charset, you must also specify a mask.

Code:
hashcat -m 10500 -a 3 hash --increment --increment-min=6 --increment-max=14 --custom-charset1 WNRCEOIDLHwnrceoidlh ?d

error: Invalid mask

Code:
hashcat -m 10500 -a 3 hash --custom-charset1 WNRCEOIDLHwnrceoidlh ?d

error: The wordlist or mask that you are using is too small.
Reply


Messages In This Thread
Custom charset help - by gpunerd - 08-04-2020, 03:31 PM
RE: Custom charset help - by slyexe - 08-04-2020, 03:43 PM
RE: Custom charset help - by gpunerd - 08-06-2020, 12:11 PM
RE: Custom charset help - by gpunerd - 08-20-2020, 12:43 PM
RE: Custom charset help - by S_g - 08-20-2020, 01:10 PM