Password List Generator
Top 10000 most common passwords used on the Internet: 91% of all profile passwords sampled all appear on the list of just the top 1000 passwords. May 11, 2014 Download Advanced Password List Generator for free. Generates a list of passwords (wordlist) for password crackers.

I have found during testing that companies often use variations of their names for critical passwords (for example Microsoft's password might be M1cr0s0f+ or m1cros0ft etc etc). So if I gave it the phrase 'stack exchange' it would ideally compute as many logical variations as possible including things like: stack_exchange! I've seen many but they all seem to do something along the lines of aaaaaaa aaaaaab aaaaaac aaaaaad I'm wondering if there are any tools available that will allow me to generate a large number of permutations given a 'starting' word.
Usage is:./crunch [-f charset-name] [-o wordlist. Hp Compaq Presario Cq60 Drivers For Windows 7 there. txt or START] [-t [FIXED]@@@@] [-s startblock] -t option allows you to specify a pattern, eg: st%ck^%xch%ng% Where only • the @'s will change with lowercase letters • the,'s will change with uppercase letters • the%'s will change with numbers • the ^'s will change with symbols Running as following:./crunch 14 14 -t st%ck^%xch%ng% -o wordlist.txt gives 330000 results: st0ck!0xch0ng0 st0ck!0xch0ng1 st0ck!0xch0ng2 st0ck!0xch0ng3 st0ck!0xch0ng4 st0ck!0xch0ng5 st0ck!0xch0ng6. You can also modify the charset if you think it's insufficient. I just created a tool that will do what you are talking about.

It basically takes a word and generates different possible passwords by replace the characters with capital/lowercase letters and common substitutions. Feel free to take a look at it here: For a target word of stackexchange the potential password gets quite long since it is essentially creating a cartesian product of all possible character substitutions. The call below: python passgen.py -f stackexchange Generates a list with 11,943,936 passwords in it as seen below: stackexchange stackexchangE stackexchang3 stackexchanGe stackexchanGE... Free Activation Keys For Microsoft Office 2010. I made it few months ago, it's a Python 2.7 script:p hope it'll help import time print ('---------------------------------------------------'); print ('Welcome to BruteForce List Generator!' ); print ('---------------------------------------------------'); print ('File output can be long, sometimes in x100Mbs!' ); print ('so, have patience fgt,'); print (' '); print ('Press ^C to exit'); print ('---------------------------------------------------'); length=int(raw_input('Enter the maximum of characters: ')) name=raw_input('Enter destination file name with extension (.txt): ') tic = time.clock() print ('---------------------------------------------------'); print ('Running, Please Wait!' ); print ('---------------------------------------------------'); lista=[0 for x in xrange(length)] x=length-1 string='abcdefghijklnmopqrstuvwxyz' list_of_results=[] file1=file(name,'w') while(x>-1): result=' if lista[x]==len(string)-1: for z in xrange(length): result+=string[lista[z]] lista[x]=0 x-=1 elif x==length-1: for z in xrange(length): result+=string[lista[z]] lista[x]+=1 else: for z in xrange(length): result+=string[lista[z]] lista[x]+=1 if x>0: x+=1 else: x=length-1 file1.write(result+' n') toc = time.clock() ttn = toc - tic print ('Done! One For All Brand Nubian Rar Files.