Archive for January, 2010
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 [...]
New scripts added to Nmap svn
Thursday, January 21st, 2010Nmap goes 5.20
Thursday, January 21st, 2010snmp scripts v0.2
Tuesday, January 19th, 2010I found a bug in the Nmap SNMP scripts that would trigger an endless loop if the MIB that they attempt to walk does not exist. This would occur if they’re run against anything else than Windows. I’ve now addressed this and released a 0.2 version of them. They’re available from the nmap-scripts page.