Posts: 7
Threads: 2
Joined: May 2017
05-15-2017, 11:37 AM
(This post was last modified: 05-15-2017, 11:42 AM by landychev.)
I cant understand what i need to do.
I want hashcat to only use some letters that i specify.
like qwertyasdfgzxcvb123456789 and only does for a password of lengt 6-10 .
how should i set the commands ?
Posts: 2,267
Threads: 16
Joined: Feb 2013
Unfortunately, I can't do more than link you to the wiki page that explains it very well
https://hashcat.net/wiki/mask_attack (what I mean is, I can't read or understand it for you, just spend some minutes and you will get it! you can even use hashcat's --stdout parameter if you want to play around).
hint: --custom-charset2 qwertyasdfgzxcvb123456789 --increment --increment-min 6 --increment-max 10 ?2?2?2?2?2?2?2?2?2?2
Posts: 7
Threads: 2
Joined: May 2017
Thank you philsmd , i have read that page before but didnt understand, your example was good for me to get it.
Thank you again.