From 4eef34c5325edf9afbf0abcfac5a43c70ed48afe Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Tue, 28 Oct 2008 00:08:00 +0000 Subject: [PATCH] Updated documentation --- doc/ChangeLog | 2 ++ doc/THANKS | 3 +++ 2 files changed, 5 insertions(+) diff --git a/doc/ChangeLog b/doc/ChangeLog index 115fff730..e40f77316 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -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; diff --git a/doc/THANKS b/doc/THANKS index 426b93a64..daf90d910 100644 --- a/doc/THANKS +++ b/doc/THANKS @@ -44,6 +44,9 @@ Will Holcomb Luke Jahnke for reporting a bug when running against MySQL < 5.0 +Pavol Luptak + for reporting a bug when injecting on a POST data parameter + Michael Majchrowicz for extensively beta-testing sqlmap on various MySQL DBMS for providing really appreciated feedback