File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,20 @@ sqlmap (0.6.2-1) stable; urgency=low
4
4
specified;
5
5
* Major bug fix so that the users' privileges enumeration now works
6
6
properly also on both MySQL < 5.0 and MySQL >= 5.0;
7
- * Major bug fix when the request is POST to also send the url parameters
7
+ * Major bug fix when the request is POST to also send the GET parameters
8
8
if any have been provided;
9
+ * Major bug fix so that when the expected value of a query (count
10
+ variable) is an integer and for some reason the resumed value from
11
+ session file is a string or a binary file, the query is executed again
12
+ and and its new output saved to the session file;
9
13
* Major improvement to correctly enumerate tables, columns and dump
10
14
tables entries on Oracle and on PostgreSQL when the database name is
11
15
not 'public' schema or a system database;
12
16
* Minor improvement to be able to dump entries on MySQL < 5.0 when
13
17
database name, table name and column(s) are provided;
14
18
* Updated the database management system fingerprint checks to correctly
15
19
identify MySQL 5.1.x, MySQL 6.0.x and PostgreSQL 8.3;
16
- * Minor code restyling .
20
+ * More user-friendly warnin messages .
17
21
18
22
-- Bernardo Damele A. G. <bernardo.damele@gmail.com> Sat, 1 Nov 2008 10:00:00 +0100
19
23
You can’t perform that action at this time.
0 commit comments