Posts: 6
Threads: 2
Joined: Oct 2012
How do i make so the bruteforcer/mask thing searched for both captial and non captial letters?
Currently it searches for non captial letters which is:
?l?l?l?l?l?l
But I want it to do both and also for every letter and such.
Posts: 2,936
Threads: 12
Joined: May 2012
define a custom charset that contains both uppercase and lowercase letters.
-1 ?l?u ?1?1?1?1?1?1
it's all on the wiki,
http://hashcat.net/wiki/doku.php?id=mask...m_charsets
Posts: 6
Threads: 2
Joined: Oct 2012
(10-23-2012, 03:21 AM)epixoip Wrote: define a custom charset that contains both uppercase and lowercase letters.
-1 ?l?u ?1?1?1?1?1?1
it's all on the wiki, http://hashcat.net/wiki/doku.php?id=mask...m_charsets
Okay so I put that in the charset 1, and then what do I put in mask?
Posts: 2,936
Threads: 12
Joined: May 2012
Posts: 6
Threads: 2
Joined: Oct 2012
(10-23-2012, 10:50 AM)epixoip Wrote: that is the mask.
When I put this in mask:
-1 ?l?u ?1?1?1?1?1?1
It says
Usage: Hashcat [options] hashfile []maskIwordfilesIdirectories]
try --help for more help
Posts: 2,936
Threads: 12
Joined: May 2012
then you've made a syntax error elsewhere in your command. --help and the wiki can help you.
Posts: 414
Threads: 14
Joined: Mar 2012
Move the mask after the hashfile.
Posts: 6
Threads: 2
Joined: Oct 2012
(10-23-2012, 12:05 PM)M@LIK Wrote: Move the mask after the hashfile.
How? It seems like its blocked.
Posts: 414
Threads: 14
Joined: Mar 2012
Post your command-line here.