|
| 1 | +sqlmap (0.8-1) stable; urgency=low |
| 2 | + |
| 3 | + * Added support to enumerate and dump all databases' tables containing |
| 4 | + user provided column(s) by specifying for instance '--dump -C |
| 5 | + user,pass'. Useful to identify for instance tables containing custom |
| 6 | + application credentials (Bernardo). |
| 7 | + * Added support to parse -C (column name(s)) when fetching |
| 8 | + columns of a table with --columns: it will enumerate only columns like |
| 9 | + the provided one(s) within the specified table (Bernardo). |
| 10 | + * Added support to automatically decode deflate, gzip and x-gzip HTTP |
| 11 | + responses (Miroslav). |
| 12 | + * Support for NTLM authentication via python-ntlm third party library, |
| 13 | + http://code.google.com/p/python-ntlm/, --auth-type NTLM (Bernardo). |
| 14 | + * Support for Certificate authentication, --auth-cert option added |
| 15 | + (Miroslav). |
| 16 | + * Added support for regular expression based scope when parsing Burp or |
| 17 | + Web Scarab proxy log file (-l), --scope (Miroslav). |
| 18 | + * Updated active fingerprint and comment injection fingerprint for |
| 19 | + MySQL 5.1, MySQL 5.4 and MySQL 5.5 (Bernardo). |
| 20 | + * Updated active fingerprint for PostgreSQL 8.4 (Bernardo). |
| 21 | + * Added support to ignore Set-Cookie in HTTP responses, |
| 22 | + --drop-set-cookie (Miroslav). |
| 23 | + * Added support to specify which Google dork result page to parse, |
| 24 | + --gpage to use together with -g (Miroslav). |
| 25 | + * Fixed --os-shell web backdoor functionality useful when web |
| 26 | + application does not support stacked queries (Bernardo). |
| 27 | + * Fixed URL encoding/decoding of GET/POST parameters and Cookies |
| 28 | + (Miroslav). |
| 29 | + * Major bugs fixed (Bernardo and Miroslav). |
| 30 | + * Minor code cleanup (Miroslav). |
| 31 | + |
| 32 | + -- Bernardo Damele A. G. < [email protected]> Mon, 1 Mar 2010 10:00:00 +0000 |
| 33 | + |
1 | 34 | sqlmap (0.8rc1-1) stable; urgency=low |
2 | 35 |
|
3 | 36 | * Major enhancement to the Microsoft SQL Server stored procedure |
|
0 commit comments