mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Major bug fix so that the users' privileges enumeration now works properly also on both MySQL < 5.0 and MySQL >= 5.0 also if the user has provided one or more users with -U option;
This commit is contained in:
parent
91a47246f8
commit
09ca578ca1
8 changed files with 144 additions and 102 deletions
|
|
@ -3,7 +3,7 @@ sqlmap (0.6.2-1) stable; urgency=low
|
|||
* Major bug fix to correctly dump tables entries when --stop is not
|
||||
specified;
|
||||
* Major bug fix so that the users' privileges enumeration now works
|
||||
properly also on MySQL < 5.0;
|
||||
properly also on both MySQL < 5.0 and MySQL >= 5.0;
|
||||
* Major bug fix when the request is POST to also send the url parameters
|
||||
if any have been provided;
|
||||
* Major improvement to correctly enumerate tables, columns and dump
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue