oclHashcat-plus Min/Max length for candidate plain
#1
For wordlists generate with expander it's easy to generate a lot of short candidates with combinator attack. That's a waste of time if one knows there won't be any plains of say, less than length 8. I don't necessarily want to take out all length 1 or length 2 words, because they are useful when combine with length 7, length 6, etc.

Allow specifying minimum and maximum length of plains to be attempted with combinator or hybrid attacks.

I know it can be done by splitting up the wordlists by length and scripting it, but that becomes tedious if there are a lot of different wordlists to try.

This would be especially helpful for autocrack, since the masks are picked at random right now. I guess I could program around it by selecting the left side first, then choosing a right side that works well with the chosen left side...


Messages In This Thread
oclHashcat-plus Min/Max length for candidate plain - by chort - 01-26-2012, 09:46 AM