Nmap does more MySQL
Saturday, January 23rd, 2010I’ve just added some code to my Nmap MySQL library that enables query support. With this code in place it’s possible to run queries against MySQL directly from a Nmap script. In order to illustrate this I’ve added three scripts: mysql-list-users, mysql-list-databases and mysql-show-variables. While messing around with the library I also cleaned up the [...]