From b2f6ce9716adebbe704b72c20a07aff1b7841f3a Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Tue, 3 May 2011 10:57:55 +0000 Subject: [PATCH] updated documentation --- doc/AUTHORS | 6 ++++-- doc/ChangeLog | 14 ++++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/doc/AUTHORS b/doc/AUTHORS index ee748ff29..dde259637 100644 --- a/doc/AUTHORS +++ b/doc/AUTHORS @@ -1,7 +1,9 @@ -Bernardo Damele Assumpcao Guimaraes (inquis) - Lead developer +Bernardo Damele Assumpcao Guimaraes (@inquisb) - Lead developer PGP Key ID: 0x05F5A30F -Miroslav Stampar (stamparm) - Developer since version 0.8-rc2 +Miroslav Stampar (@stamparm) - Developer PGP Key ID: 0xB5397B1B + +You can contact both developers by writing to dev@sqlmap.org diff --git a/doc/ChangeLog b/doc/ChangeLog index 49a4f4597..a1dba9365 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,17 @@ +sqlmap (1.0-1) stable; urgency=low + + * Added --schema switch to enumerate DBMS schema: shows all columns of + all databases' tables (Bernardo) + * Added --count switch to count the number of entries for a specific + table or all database(s) tables (Bernardo) + * Major improvements to --tables and --columns switches (Bernardo) + * Takeover switch --os-pwn improved: stealthier, faster and AV-proof + (Bernardo) + * Added --mobile switch to imitate a mobile device through HTTP + User-Agent header (Miroslav) + + -- Bernardo Damele A. G. XXX, XX XXX 2011 10:00:00 +0000 + sqlmap (0.9-1) stable; urgency=low * Rewritten SQL injection detection engine (Bernardo and Miroslav).