10-02-2014, 07:58 PM
(10-02-2014, 05:44 PM)philsmd Wrote: All of this is explained in the wiki ( https://hashcat.net/wiki/ )
See http://hashcat.net/wiki/doku.php?id=mask...m_charsets
with -1, -2, -3, -4 you define "custom charsets".
So for instance your custom charset would look like this:
Code:-1 ?l?u?d
which is the same as
Code:-1 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
After you define it you need to *use* your custom charset within the mask.
For instance, it could look like:
Code:-1 ?l?u?d 141-?1?1?1?1?1?1?1?1?1?1
this means:
#1. define a custom charset that can be used with ?1 in the mask
#2. use the mask starting w/ 4 hardcoded chars ("141-"), and 10 times the chars defined in #1
Thank you Phil
I using hascat not oclhastcat, and i found it on oclhastcat.
Solved Thank you