Posts: 4
	Threads: 1
	Joined: Dec 2019
	
	
 
	
	
		I want to crack a hash from 0010000000 to 0019999999
Eg. can the mask be ?0?0?1?d?d?d?d?d?d?d or how can I achieve this? 
Yeap IM noob AF 
teach me pls XD
	
	
	
	
	
 
 
	
	
	
		
	Posts: 4
	Threads: 1
	Joined: Dec 2019
	
	
 
	
	
		So i put a -1 infront hmmm lemme try
	
	
	
	
	
 
 
	
	
	
		
	Posts: 2,266
	Threads: 16
	Joined: Feb 2013
	
	
 
	
	
		001?d?d?d?d?d?d?d
all the details are here:
- wiki: 
https://hashcat.net/wiki/doku.php?id=mask_attack
- or FAQ: 
https://hashcat.net/wiki/doku.php?id=fre...ese_hashes
do not forget the -a 3 attack mode.
constant/fixed prefixes aren't always the best thing... but it depends a lot on the hash type... but it does definitely work... sometimes salted hash types can be used instead where 001 is the salt etc
	
 
 
	
	
	
		
	Posts: 4
	Threads: 1
	Joined: Dec 2019
	
	
 
	
	
		 (12-11-2019, 06:43 PM)philsmd Wrote:  001?d?d?d?d?d?d?d
all the details are here:
- wiki: https://hashcat.net/wiki/doku.php?id=mask_attack
- or FAQ: https://hashcat.net/wiki/doku.php?id=fre...ese_hashes
do not forget the -a 3 attack mode.
constant/fixed prefixes aren't always the best thing... but it depends a lot on the hash type... but it does definitely work... sometimes salted hash types can be used instead where 001 is the salt etc
Thank you so much "001?d?d?d?d?d?d?d" its working :> 
Send hugs <3
	
 
	
	
	
	
 
 
	
	
	
		
	Posts: 4
	Threads: 1
	Joined: Dec 2019
	
	
 
	
	
		Also I actually can't read :>