permutation patterns
#2
No, there are not that many permutations. Ok, it still going to be slow because of WPA but it's easily feasible. Just take an english dictionary like oxford, filter the 5 letter words (let's call that file 5letters.txt). Use the combinator to combine 5letters.txt with himself and generate 2words.txt. Combine 2words.txt with 5letters.txt to generate 3words.txt. Make a list of 5 digits numbers using the maskprocessor and call it 5nums.txt. Combine 5letters.txt with 5nums.txt and call it end.txt. Now you potentially have all the material that you need. Ideally, you have a GPU and can use oclhashcat with -a 1 mode. In this case you do 2 attacks: 1) with 2words.txt and end.txt, 2) with 3words.txt and end.txt. If you don't have a GPU and forced to use hashcat, you will have to either use combinator to do the final combination of the files (like 2words.txt + end.txt) and use that for dictionary attack OR transform one of the wordlist as rules (like $S$L$A$P$S$9$8$3$4$2) and use dictionary + rules. Good luck.


Messages In This Thread
permutation patterns - by 002054tree - 01-21-2015, 04:08 AM
RE: permutation patterns - by mastercracker - 01-21-2015, 04:53 PM
RE: permutation patterns - by 002054tree - 01-23-2015, 03:10 AM
RE: permutation patterns - by mastercracker - 01-23-2015, 04:20 AM
RE: permutation patterns - by 002054tree - 01-23-2015, 08:25 AM
RE: permutation patterns - by atom - 01-23-2015, 12:11 PM