hashcat Forum
How to enter hashcat mask? - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: How to enter hashcat mask? (/thread-8817.html)



How to enter hashcat mask? - technewbie - 12-11-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


RE: How to enter hashcat mask? - technewbie - 12-11-2019

So i put a -1 infront hmmm lemme try


RE: How to enter hashcat mask? - philsmd - 12-11-2019

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=frequently_asked_questions#why_should_i_use_a_mask_attack_i_just_want_to_brute_these_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


RE: How to enter hashcat mask? - technewbie - 12-11-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=frequently_asked_questions#why_should_i_use_a_mask_attack_i_just_want_to_brute_these_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


RE: How to enter hashcat mask? - technewbie - 12-11-2019

Also I actually can't read :>