-1

I wonder where can I find good collections of dictionaries which can be used for MySQL 5 dictionary attack?

I just need MySQL 5 word lists / dictionaries. I found a lot of MD5, SHA1, etc. but not MySQL 5 word list / dictionary.

TildalWave
  • 10,801
  • 11
  • 45
  • 84
  • Are you sure you mean a wordlist, and not a rainbow table? That being said, if you have a graphics card that's less than 5 years old, I recommend just using oclHashcat or JTR on any hashes you've captured. – Polynomial Sep 02 '14 at 07:51

1 Answers1

1

Dictionary attacks aren't product-specific. People use the same passwords for everything.

Just Google "wordlist" for links to hundreds or even thousands. It has to be compatible with the tool you're using, but most tools will accept a word-per-line text file.

tylerl
  • 82,225
  • 25
  • 148
  • 226