mask attack blockchain wallet
#4
You will be required to create customer character sets. That would require to define parameters -1 to -4 for different case usage. So for example if you know the first letter is a capital and most likely not a vowel you can create that by defining -1.

Code:
hashcat -a 3 -m xxx -1 BCDFGHJKLMNPQRSTVWXYZ hashfile ?1

By defining -1 you can use it as you would any other specific character maskset using "?" and the number appended to that custom set. So to define 2 sets and use them in conjunction would be as the following:

Code:
hashcat -a 3 -m xxx -1 BCDFGHJKLMNPQRSTVWXYZ -2 !@#$%^&* hashfile ?1?l?l?l?l?l?l?d?d?2

The last snippet you would receive a password beginning with a uppercase then 6 lower case followed by 2 digits and finally a limited special character. Hope this helps.
Reply


Messages In This Thread
mask attack blockchain wallet - by robinh007d - 12-07-2022, 12:45 AM
RE: mask attack blockchain wallet - by marc1n - 12-07-2022, 12:47 AM
RE: mask attack blockchain wallet - by robinh007d - 12-07-2022, 12:54 AM
RE: mask attack blockchain wallet - by slyexe - 12-07-2022, 01:36 AM