Range for the mask
#5
(10-23-2017, 05:58 PM)slayerdiangelo Wrote: Yep,use custom charsets

Use:-1 0123 and -2 0123456789

Then use it by combining as:
password|?1?2|?1?2|…in the mask.
See the article given by TofuBoy for additional info.

Good idea, I thought in this direction, but tell me the first value of 0 it has 1 character, how to add a condition, to get the value 0 instead of 00
Example:
Code:
hashcat64 -a 3 -m 0  -w  4 -1 123 -2 0123456789 38258CF3CCA96640A92B3DB1849B3F25  "password|?1?2|?1?2|?1?2|?1?2|?1?2|?1?2|?1?2|?1?2|?1?2|?1?2|?1|?1?2|?1?2|?1?2|?1?2|?1?2|?1?2|?1?2|?1?2|?1?2|?1?2|?1?2|?1?2|?1?2|?1?2|?1?2|?1?2|?1?2|?1?2|?1?2|?1?2|2017"

Get the values
00
01
12
..
39

need
0
1
2
..
9
10
11
..
30


Messages In This Thread
Range for the mask - by userNT - 10-23-2017, 12:50 PM
RE: Range for the mask - by TofuBoy22 - 10-23-2017, 02:03 PM
RE: Range for the mask - by slayerdiangelo - 10-23-2017, 05:58 PM
RE: Range for the mask - by userNT - 10-24-2017, 04:07 AM
RE: Range for the mask - by MrMeeseeks - 10-23-2017, 07:02 PM
RE: Range for the mask - by slayerdiangelo - 10-24-2017, 04:50 AM
RE: Range for the mask - by userNT - 10-24-2017, 06:44 AM
RE: Range for the mask - by philsmd - 10-24-2017, 11:35 AM