Preparing documentation for 0.6.4

This commit is contained in:
Bernardo Damele 2008-12-29 18:44:20 +00:00
parent c83593c044
commit 0e9873fd4f
4 changed files with 79 additions and 77 deletions

View file

@ -5,17 +5,17 @@ sqlmap (0.6.4-1) stable; urgency=low
object;
* Major enhancement to support SQL data definition statements, SQL data
manipulation statements, etc from user in SQL query and SQL shell if
stacked queries are supported by the web application technology in
use;
stacked queries are supported by the web application technology;
* Major speed increase in DBMS basic fingerprint;
* Minor enhancement to support an option (--is-dba) to show if the
current user is a database management system administrator;
* Minor enhancement to support an option (--union-tech) to specify the
technique to use to detect the number of columns used in the web
application SELECT statement: NULL bruteforcing (default) or ORDER BY
clause;
* Added support internally to forge CASE statements, used only by
--is-dba query at the moment;
clause bruteforcing;
* Added internal support to forge CASE statements, used only by --is-dba
query at the moment;
* Minor layout adjustment to the --update output;
* Major bug fix to avoid tracebacks when multiple targets are specified
and one of them is not reachable;
* Minor bug fix to make the Partial UNION query SQL injection technique