11sqlmap (1.0-1) stable; urgency=low
22
3- * Added support for automatic decoding of page content through detected
3+ * Implemented support for Unicode and/or international characters (Miroslav)
4+ * Implemented support for automatic decoding of page content through detected
45 charset (Miroslav)
5- * Added support for Unicode and/or international characters (Miroslav)
66 * Fixed problems with display of binary data (Miroslav)
7- * Proper data dumping for DBMSes not supporting LIMIT/OFFSET like mechanism(s)
8- (e.g. Microsoft SQL Server, Sybase, etc.) (Miroslav)
9- * Considerable program stabilization based on user reports (Miroslav)
7+ * Fixed major bug with resuming of time-based injection data (Miroslav)
8+ * Implemented mechanism for proper data dumping on DBMSes not supporting
9+ LIMIT/OFFSET like mechanism(s) (e.g. Microsoft SQL Server, Sybase, etc.)
10+ (Miroslav)
11+ * Major improvements to program stabilization based on user reports (Miroslav)
1012 * Used shell scripts revisited and rewritten from scratch (Miroslav)
1113 * Quick fix for avoiding AV scanners (Miroslav)
1214 * Update of used banner signatures for different platforms (Miroslav)
1315 * Added new tampering scripts avoiding popular WAF/IPS/IDS mechanisms
1416 (Miroslav)
17+ * Added support for setting Tor proxy type together with port (Miroslav)
18+ * Fixed major bug with DNS leaking in Tor mode (Miroslav)
1519 * Added wordlist compilation made of the most popular cracking dictionaries
1620 (Miroslav)
21+ * Added support for mnemonics substantially helping user with program setup
22+ (Miroslav)
1723 * Implemented multi-processor hash cracking routine(s) (Miroslav)
1824 * Sharpened mechanism for data retrieval for blind injections (Miroslav)
1925 * Implemented advanced detection techniques for inband and time-based
2026 injections by usage of standard deviation method (Miroslav)
2127 * Added automatic adjustment of time-based delays based on quality of
2228 retrieved data (Miroslav)
2329 * Added verification phase in time-based data retrieval (Miroslav)
24- * Substantial speedup of all techniques in detection and usage phase
30+ * Major speedup of all techniques in detection and usage phase
2531 (Miroslav)
2632 * Added support for automatic speed-up of inband injection detection through
2733 ORDER BY mechanism (Miroslav)
@@ -32,20 +38,20 @@ sqlmap (1.0-1) stable; urgency=low
3238 * Refactoring and stabilization of multi-threading routines (Miroslav)
3339 * Added switch -m for scanning multiple targets enlisted in a given textual
3440 file (Miroslav)
35- * Added switch --randomize for randomly changing value for a given
36- parameter(s) (Miroslav)
41+ * Added switch --randomize for randomly changing value of a given
42+ parameter(s) based on it's original form (Miroslav)
3743 * Added switch --force-ssl for forcing usage of SSL/HTTPS requests (Miroslav)
3844 * Added switch --host for manually setting HTTP Host header value (Miroslav)
3945 * Added switch --eval for evaluating provided Python code (with resulting
40- parameter values) before the request itself (Miroslav)
41- * Added switch --skip for skipping testing for given parameter(s) (Miroslav)
46+ parameter values) right before the request itself (Miroslav)
47+ * Added switch --skip for skipping tests for given parameter(s) (Miroslav)
4248 * Added switch --titles for comparing pages based only on their titles
4349 (Miroslav)
4450 * Added switch --charset for forcing character encoding used for data
4551 retrieval (Miroslav)
4652 * Added switch --check-tor for checking if Tor is used properly (Miroslav)
47- * Added switch --crawl for crawling given website starting from the target url
48- (Miroslav)
53+ * Added switch --crawl for multithreaded crawling of a given website starting
54+ from the target url (Miroslav)
4955 * Added switch --csv-del for manually setting delimiting character used in CSV
5056 output (Miroslav)
5157 * Added switch --hex for using DBMS hex conversion function(s) for data
0 commit comments