Long passwords
#3
You can't brute-force that keyspace. Only thing you can do is mask attack that is very selective, and/or use maskprocessor to create some specific wordlists that have patterns (repeated digits like '9999', repeated patterns of digits like '123123123', etc). If you have a small number of patterns, you could use those with a hybrid attack to combine those patterns with a left-side or right-side mask. This is assuming the passwords were chosen by humans.

If they were randomly generated, not based on any pattern (i.e. not like phone numbers, where there is a limited set of valid patterns), then good luck... It's nearly impossible to even get lucky if they're truly random.


Messages In This Thread
Long passwords - by Franek2007 - 01-24-2012, 01:28 AM
RE: Long passwords - by Vulpix - 01-24-2012, 07:13 AM
RE: Long passwords - by chort - 01-24-2012, 07:33 AM
RE: Long passwords - by Franek2007 - 01-24-2012, 01:14 PM
RE: Long passwords - by atom - 01-25-2012, 11:29 PM
RE: Long passwords - by bi0s.kidd0 - 01-30-2012, 08:21 PM