Questions from a beginner
#5
Something I've found very useful for those odd passwords that don't follow a dictionary/rule pattern is combinator attacks. You should know by now, looking at the 90 that you've recovered, how long the average password is. Take a few dictionaries and split them by length (splitlen). Now use combinator to combine them in ways that match your average password length.

For example, your average length is 8. Take all your 1 character passwords and combine them with your 7 character passwords. Then 7 with 1, then 2 with 6, 6 with 2, 3 with 5, etc... 4 with 4...


Messages In This Thread
Questions from a beginner - by aelog - 12-11-2015, 02:29 PM
RE: Questions from a beginner - by Xanadrel - 12-11-2015, 10:05 PM
RE: Questions from a beginner - by epixoip - 12-12-2015, 10:13 AM
RE: Questions from a beginner - by aelog - 12-12-2015, 12:07 PM
RE: Questions from a beginner - by BeanBagKing - 12-21-2015, 09:56 PM