hashcat Forum
More then 4 user defined charsets - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html)
+--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html)
+--- Thread: More then 4 user defined charsets (/thread-2789.html)



More then 4 user defined charsets - WhiteTiger - 11-07-2013

Hello. How can i set more then 4 user defined charsets? (-1, -2, -3, -4, -5,...)


RE: More then 4 user defined charsets - epixoip - 11-07-2013

you can't.


RE: More then 4 user defined charsets - philsmd - 11-07-2013

it is not supported to have more than 4 custom charset... there are several reasons for that (performance, GPU-related reasons etc)...

There may be some rare cases where you *really* need that feature... but also there in most cases having a custom charset that include a little bit more chars (e.g. merge - the smallest - 2 of your 5 custom charsets or similar) shouldn't hurt much...

There may also some other things you could do... depending on the details of what you want to do ... just one example:
for instance in some cases you could split your "mask" into 2 or more smaller mask and use those in e.g. a .hcmask file (https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files ...)

What you can/should do really depends on how your masks look like... but you will find a "workaround" (see wiki and forum)


RE: More then 4 user defined charsets - atom - 11-11-2013

Quote:There may be some rare cases where you *really* need that feature... but also there in most cases having a custom charset that include a little bit more chars (e.g. merge - the smallest - 2 of your 5 custom charsets or similar) shouldn't hurt much...

true, haven't seen a case where you actually need 5 without falling into a performance bottle-neck. if you really have such a case, maybe you should try hybrid attack, too