|
1 | 1 | sqlmap (1.0-1) stable; urgency=low |
2 | 2 |
|
| 3 | + * Considerable program stabilization based on user reports (Miroslav) |
| 4 | + * Used shell scripts revisited and rewritten from scratch (Miroslav) |
| 5 | + * Quick fix for avoiding AV scanners (Miroslav) |
| 6 | + * Update of used banner signatures for different platforms (Miroslav) |
| 7 | + * Added new tampering scripts avoiding popular WAF/IPS/IDS mechanisms |
| 8 | + (Miroslav) |
| 9 | + * Added wordlist compilation made of the most popular cracking dictionaries |
| 10 | + (Miroslav) |
| 11 | + * Implemented multi-processor hash cracking routine(s) (Miroslav) |
| 12 | + * Sharpened mechanism for data retrieval for blind injections (Miroslav) |
| 13 | + * Implemented advanced detection techniques for inband and time-based |
| 14 | + injections by usage of standard deviation method (Miroslav) |
| 15 | + * Added automatic adjustment of time-based delays based on quality of |
| 16 | + retrieved data (Miroslav) |
| 17 | + * Added verification phase in time-based data retrieval (Miroslav) |
| 18 | + * Substantial speedup of all techniques in detection and usage phase |
| 19 | + (Miroslav) |
| 20 | + * Added support for automatic speed-up of inband injection detection through |
| 21 | + ORDER BY mechanism (Miroslav) |
| 22 | + * Old resume files are now deprecated and replaced by fast HashDB (SQLite3) |
| 23 | + mechanism (Miroslav) |
| 24 | + * Substantial smaller memory footprint, especially in resume phase (Miroslav) |
| 25 | + * Substantial code optimization together with refactoring (Miroslav) |
| 26 | + * Refactoring and stabilization of multi-threading routines (Miroslav) |
| 27 | + * Added switch -m for scanning multiple targets enlisted in a given textual |
| 28 | + file (Miroslav) |
| 29 | + * Added switch --randomize for randomly changing value for a given |
| 30 | + parameter(s) (Miroslav) |
| 31 | + * Added switch --force-ssl for forcing usage of SSL/HTTPS requests (Miroslav) |
| 32 | + * Added switch --host for manually setting HTTP Host header value (Miroslav) |
| 33 | + * Added switch --eval for evaluating provided Python code (with resulting |
| 34 | + parameter values) before the request itself (Miroslav) |
| 35 | + * Added switch --skip for skipping testing for given parameter(s) (Miroslav) |
| 36 | + * Added switch --titles for comparing pages based only on their titles |
| 37 | + (Miroslav) |
| 38 | + * Added switch --charset for forcing character encoding used for data |
| 39 | + retrieval (Miroslav) |
| 40 | + * Added switch --check-tor for checking if Tor is used properly (Miroslav) |
| 41 | + * Added switch --crawl for crawling given website starting from the target url |
| 42 | + (Miroslav) |
| 43 | + * Added switch --csv-del for manually setting delimiting character used in CSV |
| 44 | + output (Miroslav) |
| 45 | + * Added switch --hex for using DBMS hex conversion function(s) for data |
| 46 | + retrieval (Miroslav) |
| 47 | + * Added switch --smart for conducting through tests only in case of positive |
| 48 | + heuristic(s) (Miroslav) |
| 49 | + * Added switch --check-waf for checking of existence of WAF/IPS/IDS protection |
| 50 | + (Miroslav) |
3 | 51 | * Added --schema switch to enumerate DBMS schema: shows all columns of |
4 | 52 | all databases' tables (Bernardo) |
5 | 53 | * Added --count switch to count the number of entries for a specific |
|
0 commit comments