hashcat Forum

Full Version: Bruteforce/Mask captial and non capital letters?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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
(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?
that is the mask.
(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
then you've made a syntax error elsewhere in your command. --help and the wiki can help you.
Move the mask after the hashfile.
(10-23-2012, 12:05 PM)M@LIK Wrote: [ -> ]Move the mask after the hashfile.
How? It seems like its blocked.
Post your command-line here.