@@ -9,9 +9,6 @@ sqlmap (1.0-1) stable; urgency=low
99 LIMIT/OFFSET like mechanism(s) (e.g. Microsoft SQL Server, Sybase, etc.)
1010 (Miroslav)
1111 * Major improvements to program stabilization based on user reports (Miroslav)
12- * Used shell scripts revisited and rewritten from scratch (Miroslav)
13- * Quick fix for avoiding AV scanners (Miroslav)
14- * Update of used banner signatures for different platforms (Miroslav)
1512 * Added new tampering scripts avoiding popular WAF/IPS/IDS mechanisms
1613 (Miroslav)
1714 * Added support for setting Tor proxy type together with port (Miroslav)
@@ -20,22 +17,15 @@ sqlmap (1.0-1) stable; urgency=low
2017 (Miroslav)
2118 * Added support for mnemonics substantially helping user with program setup
2219 (Miroslav)
23- * Implemented multi-processor hash cracking routine(s) (Miroslav)
24- * Sharpened mechanism for data retrieval for blind injections (Miroslav)
20+ * Implemented multi-processor hash cracking routine(s) on Linux OS (Miroslav)
2521 * Implemented advanced detection techniques for inband and time-based
2622 injections by usage of standard deviation method (Miroslav)
27- * Added automatic adjustment of time-based delays based on quality of
28- retrieved data (Miroslav)
2923 * Added verification phase in time-based data retrieval (Miroslav)
30- * Major speedup of all techniques in detection and usage phase
31- (Miroslav)
3224 * Added support for automatic speed-up of inband injection detection through
3325 ORDER BY mechanism (Miroslav)
34- * Old resume files are now deprecated and replaced by fast HashDB (SQLite3)
35- mechanism (Miroslav)
36- * Substantial smaller memory footprint, especially in resume phase (Miroslav)
37- * Substantial code optimization together with refactoring (Miroslav)
38- * Refactoring and stabilization of multi-threading routines (Miroslav)
26+ * Old resume files are now deprecated and replaced by faster SQLite based
27+ session mechanism (Miroslav)
28+ * Substantial code optimization and smaller memory footprint (Miroslav)
3929 * Added switch -m for scanning multiple targets enlisted in a given textual
4030 file (Miroslav)
4131 * Added switch --randomize for randomly changing value of a given
0 commit comments