hashcat Forum
how to use only some letters - 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 use only some letters (/thread-6570.html)



how to use only some letters - landychev - 05-15-2017

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 ?


RE: how to use only some letters - philsmd - 05-15-2017

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


RE: how to use only some letters - landychev - 05-17-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.