MySQL Login Scanner
By Kingcope
 
Scans for open mysql servers with the following credentials:
root <nopass>
root mysql
root root
admin <nopass>
admin admin
admin mysql
mysql <nopass>
mysql mysql

Can be useful to dump dox as there are always plenty servers in a range!

Runs on linux.
Requirements: mysql development libraries and headers
Compile:
./configure LIBS=-lmysqlclient
make linux

Run:
./sslog -v
./synscan -b <ip block> -p 3306

Inspect Logfile "mysqljack.pot" for open servers.