Updated documentation

This commit is contained in:
Bernardo Damele 2008-10-28 00:08:00 +00:00
parent 9895338630
commit 4eef34c532
2 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,8 @@ sqlmap (0.6.2-1) stable; urgency=low
specified;
* Major bug fix so that the users' privileges enumeration now works
properly also on MySQL < 5.0;
* Major bug fix when the request is POST to also send the provided url
parameters if any have been provided;
* Major improvement to correctly enumerate tables, columns and dump
tables entries on Oracle and on PostgreSQL when the database name is
not 'public' schema or a system database;

View File

@ -44,6 +44,9 @@ Will Holcomb <wholcomb@gmail.com>
Luke Jahnke <luke.jahnke@gmail.com>
for reporting a bug when running against MySQL < 5.0
Pavol Luptak <pavol.luptak@nethemba.com>
for reporting a bug when injecting on a POST data parameter
Michael Majchrowicz <mmajchrowicz@gmail.com>
for extensively beta-testing sqlmap on various MySQL DBMS
for providing really appreciated feedback