|
1 | 1 | sqlmap (0.6.3-1) stable; urgency=low |
2 | 2 |
|
3 | | - * Major enhancement to support stacked queries when the web application |
4 | | - supports it which will be used in the long run by takeover |
5 | | - functionality; |
6 | 3 | * Major enhancement to get list of targets to test from Burp proxy |
7 | 4 | (http://portswigger.net/suite/) requests log file path or WebScarab |
8 | 5 | proxy (http://www.owasp.org/index.php/Category:OWASP_WebScarab_Project) |
9 | | - 'conversations/' folder path; |
| 6 | + 'conversations/' folder path by providing option -l <filepath>; |
| 7 | + * Major enhancement to support stacked queries (multiple staatements) |
| 8 | + when the web application supports them which is useful for time based |
| 9 | + blind sql injection test and will be used someday also by takeover |
| 10 | + functionality; |
10 | 11 | * Minor enhancement to test if the injectable parameter is affected by |
11 | | - a time based blind SQL injection technique; |
| 12 | + a time based blind SQL injection technique by providing option |
| 13 | + --time-test; |
12 | 14 | * Minor enhancement to fingerprint the web server operating system and |
13 | 15 | the web application technology by parsing some HTTP response headers; |
14 | 16 | * Minor enhancement to fingerprint the back-end DBMS operating system by |
15 | 17 | parsing the DBMS banner value when -b option is provided; |
16 | 18 | * Minor enhancement to be able to specify the number of seconds before |
17 | | - timeout the connection, default is set to 10 seconds; |
| 19 | + timeout the connection by providing option --timeout #, default is set |
| 20 | + to 10 seconds and must be 3 or higher; |
18 | 21 | * Minor enhancement to be able to specify the number of seconds to wait |
19 | | - between each HTTP request providing option --delay #; |
| 22 | + between each HTTP request by providing option --delay #; |
20 | 23 | * Minor enhancement to be able to enumerate table columns and dump table |
21 | 24 | entries, also when the database name is not provided, by using the |
22 | 25 | current database on MySQL and Microsoft SQL Server, the 'public' |
23 | 26 | scheme on PostgreSQL and the 'USERS' TABLESPACE_NAME on Oracle; |
| 27 | + * Minor enhancemet to support also --regexp, --excl-str and --excl-reg |
| 28 | + options rather than only --string when comparing HTTP responses page |
| 29 | + content; |
| 30 | + * Minor improvement to be able to provide CU as user value (-U) when |
| 31 | + enumerating users privileges or users passwords; |
24 | 32 | * Minor improvement to set by default in all HTTP requests the standard |
25 | 33 | client HTTP headers (Accept, Accept-Encoding, etc); |
26 | 34 | * Minor improvements to sqlmap Debian package files: sqlmap uploaded |
|
0 commit comments