minor update

This commit is contained in:
Miroslav Stampar 2012-02-23 10:01:45 +00:00
parent 03070d17a6
commit 4e44900039

View File

@ -1,19 +1,25 @@
sqlmap (1.0-1) stable; urgency=low sqlmap (1.0-1) stable; urgency=low
* Added support for automatic decoding of page content through detected * Implemented support for Unicode and/or international characters (Miroslav)
* Implemented support for automatic decoding of page content through detected
charset (Miroslav) charset (Miroslav)
* Added support for Unicode and/or international characters (Miroslav)
* Fixed problems with display of binary data (Miroslav) * Fixed problems with display of binary data (Miroslav)
* Proper data dumping for DBMSes not supporting LIMIT/OFFSET like mechanism(s) * Fixed major bug with resuming of time-based injection data (Miroslav)
(e.g. Microsoft SQL Server, Sybase, etc.) (Miroslav) * Implemented mechanism for proper data dumping on DBMSes not supporting
* Considerable program stabilization based on user reports (Miroslav) LIMIT/OFFSET like mechanism(s) (e.g. Microsoft SQL Server, Sybase, etc.)
(Miroslav)
* Major improvements to program stabilization based on user reports (Miroslav)
* Used shell scripts revisited and rewritten from scratch (Miroslav) * Used shell scripts revisited and rewritten from scratch (Miroslav)
* Quick fix for avoiding AV scanners (Miroslav) * Quick fix for avoiding AV scanners (Miroslav)
* Update of used banner signatures for different platforms (Miroslav) * Update of used banner signatures for different platforms (Miroslav)
* Added new tampering scripts avoiding popular WAF/IPS/IDS mechanisms * Added new tampering scripts avoiding popular WAF/IPS/IDS mechanisms
(Miroslav) (Miroslav)
* Added support for setting Tor proxy type together with port (Miroslav)
* Fixed major bug with DNS leaking in Tor mode (Miroslav)
* Added wordlist compilation made of the most popular cracking dictionaries * Added wordlist compilation made of the most popular cracking dictionaries
(Miroslav) (Miroslav)
* Added support for mnemonics substantially helping user with program setup
(Miroslav)
* Implemented multi-processor hash cracking routine(s) (Miroslav) * Implemented multi-processor hash cracking routine(s) (Miroslav)
* Sharpened mechanism for data retrieval for blind injections (Miroslav) * Sharpened mechanism for data retrieval for blind injections (Miroslav)
* Implemented advanced detection techniques for inband and time-based * Implemented advanced detection techniques for inband and time-based
@ -21,7 +27,7 @@ sqlmap (1.0-1) stable; urgency=low
* Added automatic adjustment of time-based delays based on quality of * Added automatic adjustment of time-based delays based on quality of
retrieved data (Miroslav) retrieved data (Miroslav)
* Added verification phase in time-based data retrieval (Miroslav) * Added verification phase in time-based data retrieval (Miroslav)
* Substantial speedup of all techniques in detection and usage phase * Major speedup of all techniques in detection and usage phase
(Miroslav) (Miroslav)
* Added support for automatic speed-up of inband injection detection through * Added support for automatic speed-up of inband injection detection through
ORDER BY mechanism (Miroslav) ORDER BY mechanism (Miroslav)
@ -32,20 +38,20 @@ sqlmap (1.0-1) stable; urgency=low
* Refactoring and stabilization of multi-threading routines (Miroslav) * Refactoring and stabilization of multi-threading routines (Miroslav)
* Added switch -m for scanning multiple targets enlisted in a given textual * Added switch -m for scanning multiple targets enlisted in a given textual
file (Miroslav) file (Miroslav)
* Added switch --randomize for randomly changing value for a given * Added switch --randomize for randomly changing value of a given
parameter(s) (Miroslav) parameter(s) based on it's original form (Miroslav)
* Added switch --force-ssl for forcing usage of SSL/HTTPS requests (Miroslav) * Added switch --force-ssl for forcing usage of SSL/HTTPS requests (Miroslav)
* Added switch --host for manually setting HTTP Host header value (Miroslav) * Added switch --host for manually setting HTTP Host header value (Miroslav)
* Added switch --eval for evaluating provided Python code (with resulting * Added switch --eval for evaluating provided Python code (with resulting
parameter values) before the request itself (Miroslav) parameter values) right before the request itself (Miroslav)
* Added switch --skip for skipping testing for given parameter(s) (Miroslav) * Added switch --skip for skipping tests for given parameter(s) (Miroslav)
* Added switch --titles for comparing pages based only on their titles * Added switch --titles for comparing pages based only on their titles
(Miroslav) (Miroslav)
* Added switch --charset for forcing character encoding used for data * Added switch --charset for forcing character encoding used for data
retrieval (Miroslav) retrieval (Miroslav)
* Added switch --check-tor for checking if Tor is used properly (Miroslav) * Added switch --check-tor for checking if Tor is used properly (Miroslav)
* Added switch --crawl for crawling given website starting from the target url * Added switch --crawl for multithreaded crawling of a given website starting
(Miroslav) from the target url (Miroslav)
* Added switch --csv-del for manually setting delimiting character used in CSV * Added switch --csv-del for manually setting delimiting character used in CSV
output (Miroslav) output (Miroslav)
* Added switch --hex for using DBMS hex conversion function(s) for data * Added switch --hex for using DBMS hex conversion function(s) for data