Log in

View Full Version : Need Dictionary Generator


Aimless
April 1st, 2009, 01:38
OK.

Don't know if this is a valid here, but I need a dictionary generator that will generate text files for me containing all permutations and combination of letters( numbers, special characters, etc) I have entered.

I would be primarily using this for a dictionary attack on zip archives.

Can any soul point out to this?

I had a software written in Delphi once that did that (not mine). But its gone with the dust of my old HDD.

Yes, I did check the Collaborative Tools... Couldn't find it there.

Have Phun

EdHunter
April 1st, 2009, 10:55
Hi Aimless,

The product you're thinking about is maybe(?) TPU (Therions Password Utility) - Yet that one is made in Borland Turbo Pascal and not Delphi.

You can download it from http://www.packetstormsecurity.org/Crackers/wordlists/utilities/ - which is a great resource for these kind of tools...

You'll be needing the tppatch fix to run a Turbo Pascal exe on any modern machines, which you can get at http://www.brain.uni-freiburg.de/~klaus/pascal/runerr200/download.html

If thats not the one, there is plenty of other similar tools avaliable at that page doing what you want...

If you want to do your own modern/integrated version might I suggest PCL avaliable from http://www.password-crackers.com/pcl.html

Best regards, Ed

Aimless
April 1st, 2009, 12:55
Thank you.

I did not get what I wanted there, but an offshoot of reading one of the text files there took me somewhere else where I got it.

Have Phun