Updated documentation

This commit is contained in:
Bernardo Damele 2010-10-15 10:29:53 +00:00
parent a80f6110cd
commit bd3a791f23
2 changed files with 13 additions and 6 deletions

View File

@ -12,6 +12,10 @@ sqlmap (0.9-1) stable; urgency=low
* Added support for SOAP based web services requests (Bernardo).
* Added support to use persistent HTTP(s) connection for speed
improvement, --keep-alive switch (Miroslav).
* Implemented HTTP proxy authentication support, --proxy-cred switch
(Miroslav).
* Implemented support for SQLite 2 and 3 (Bernardo and Miroslav).
* Added initial support for SAP MaxDB (Miroslav).
* Added safe URL feature, --safe-url and --safe-freq (Miroslav).
* Added --use-between switch to use BETWEEN syntax in inferencial
statement and bypass firewalls filtering '>' character (Bernardo and

View File

@ -68,9 +68,6 @@ Dan Guido <dguido@gmail.com>
Vulnerability Analysis class at the Polytechnic University of New York,
http://isisblogs.poly.edu/courses/pentest/
Brandon E. <brandonpoc@gmail.com>
for reporting a bug
Adam Faheem <faheem.adam@is.co.za>
for reporting a few bugs
@ -195,6 +192,9 @@ Nico Leidecker <nico@leidecker.info>
Gabriel Lima <pato@bugnet.com.br>
for reporting a couple of bugs
Truong Duc Luong <luongductruong@gmail.com>
for reporting a minor bug
Pavol Luptak <pavol.luptak@nethemba.com>
for reporting a bug when injecting on a POST data parameter
@ -245,9 +245,6 @@ Chris Patten <cpatten@sunera.com>
Adam Pridgen <adam.pridgen@gmail.com>
for suggesting some features
Phat R. <phatthanaphol@gmail.com>
for reporting a minor bug
Ole Rasmussen <olerass@gmail.com>
for reporting a bug
for suggesting a feature
@ -352,6 +349,9 @@ Anthony Zboralski <anthony.zboralski@bellua.com>
Thierry Zoller <thierry@zoller.lu>
for reporting a couple of major bugs
Brandon E. <brandonpoc@gmail.com>
for reporting a bug
dragoun dash <dragoun.dash@gmail.com>
for reporting a minor bug
@ -373,6 +373,9 @@ mitchell <mitchell@tufala.net>
pacman730 <pacman730@users.sourceforge.net>
for reporting a bug
Phat R. <phatthanaphol@gmail.com>
for reporting a minor bug
shiftzwei <shiftzwei@gmail.com>
for reporting a couple of bugs