Wordlist clipping
#1
Is there an option to force all passwords outside the acceptable range to be truncated instead of rejected? For example if the password range is 1-8 and the word is 'superman' when i use a rule such as: c^0 will it immediately reject the word because the result will be too long, or will it first capitalize the word, then prepend 0 and then determine it's too long? Because it refuses to test the result as 0Superma (which John will do)

obviously if i appended something to a word that was already maximum length or longer and it truncated the word and tested it anyhow, it would be testing the exact same word over and over, but in the case of prepending or some other rules such as reversing the full length of the word then truncating it may be beneficial.


Messages In This Thread
Wordlist clipping - by PHloGiSTo - 11-30-2011, 09:11 PM
RE: Wordlist clipping - by atom - 12-01-2011, 11:25 AM