mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 19:13:48 +03:00
Minor reordering
This commit is contained in:
parent
2ea828e416
commit
808b03fc3e
|
@ -3,14 +3,14 @@ sqlmap (0.9-1) stable; urgency=low
|
||||||
* Support to directly connect to the database without passing via a
|
* Support to directly connect to the database without passing via a
|
||||||
SQL injection, -d switch (Bernardo and Miroslav).
|
SQL injection, -d switch (Bernardo and Miroslav).
|
||||||
* Implemented support for SQLite 2 and 3 (Bernardo and Miroslav).
|
* Implemented support for SQLite 2 and 3 (Bernardo and Miroslav).
|
||||||
* Initial support for SAP MaxDB (Miroslav).
|
* Initial support for Firebird, Sybase and SAP MaxDB (Miroslav).
|
||||||
* Added support to enumerate roles on Oracle, --roles switch (Bernardo).
|
|
||||||
* Extended old '--dump -C' functionality to be able to search for
|
* Extended old '--dump -C' functionality to be able to search for
|
||||||
specific database(s), table(s) and column(s), --search switch
|
specific database(s), table(s) and column(s), --search switch
|
||||||
(Bernardo).
|
(Bernardo).
|
||||||
* Added support for SOAP based web services requests (Bernardo).
|
|
||||||
* Added support to tamper injection data with --tamper switch (Bernardo
|
* Added support to tamper injection data with --tamper switch (Bernardo
|
||||||
and Miroslav).
|
and Miroslav).
|
||||||
|
* Added support to enumerate roles on Oracle, --roles switch (Bernardo).
|
||||||
|
* Added support for SOAP based web services requests (Bernardo).
|
||||||
* Added support to fetch unicode data (Bernardo and Miroslav).
|
* Added support to fetch unicode data (Bernardo and Miroslav).
|
||||||
* Added support to use persistent HTTP(s) connection for speed
|
* Added support to use persistent HTTP(s) connection for speed
|
||||||
improvement, --keep-alive switch (Miroslav).
|
improvement, --keep-alive switch (Miroslav).
|
||||||
|
@ -20,8 +20,9 @@ sqlmap (0.9-1) stable; urgency=low
|
||||||
(Miroslav).
|
(Miroslav).
|
||||||
* Support for customizable HTTP redirections (Bernardo).
|
* Support for customizable HTTP redirections (Bernardo).
|
||||||
* Support to replicate the back-end DBMS tables structure and entries
|
* Support to replicate the back-end DBMS tables structure and entries
|
||||||
in a local SQLite 3 database (Miroslav). IN PROGRESS
|
in a local SQLite 3 database, --replicate switch (Miroslav).
|
||||||
* Support to parse and test forms on target url (Miroslav).
|
* Support to parse and test forms on target url, --forms switch
|
||||||
|
(Miroslav).
|
||||||
* Added switches to brute-force table names with a dictionary attack,
|
* Added switches to brute-force table names with a dictionary attack,
|
||||||
--common-exists and --exists. Useful for instance when system table
|
--common-exists and --exists. Useful for instance when system table
|
||||||
'information_schema' is not available on MySQL (Miroslav).
|
'information_schema' is not available on MySQL (Miroslav).
|
||||||
|
|
Loading…
Reference in New Issue
Block a user