Skip to content

Commit 808b03f

Browse files
committed
Minor reordering
1 parent 2ea828e commit 808b03f

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

doc/ChangeLog

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ sqlmap (0.9-1) stable; urgency=low
33
* Support to directly connect to the database without passing via a
44
SQL injection, -d switch (Bernardo and Miroslav).
55
* Implemented support for SQLite 2 and 3 (Bernardo and Miroslav).
6-
* Initial support for SAP MaxDB (Miroslav).
7-
* Added support to enumerate roles on Oracle, --roles switch (Bernardo).
6+
* Initial support for Firebird, Sybase and SAP MaxDB (Miroslav).
87
* Extended old '--dump -C' functionality to be able to search for
98
specific database(s), table(s) and column(s), --search switch
109
(Bernardo).
11-
* Added support for SOAP based web services requests (Bernardo).
1210
* Added support to tamper injection data with --tamper switch (Bernardo
1311
and Miroslav).
12+
* Added support to enumerate roles on Oracle, --roles switch (Bernardo).
13+
* Added support for SOAP based web services requests (Bernardo).
1414
* Added support to fetch unicode data (Bernardo and Miroslav).
1515
* Added support to use persistent HTTP(s) connection for speed
1616
improvement, --keep-alive switch (Miroslav).
@@ -20,8 +20,9 @@ sqlmap (0.9-1) stable; urgency=low
2020
(Miroslav).
2121
* Support for customizable HTTP redirections (Bernardo).
2222
* Support to replicate the back-end DBMS tables structure and entries
23-
in a local SQLite 3 database (Miroslav). IN PROGRESS
24-
* Support to parse and test forms on target url (Miroslav).
23+
in a local SQLite 3 database, --replicate switch (Miroslav).
24+
* Support to parse and test forms on target url, --forms switch
25+
(Miroslav).
2526
* Added switches to brute-force table names with a dictionary attack,
2627
--common-exists and --exists. Useful for instance when system table
2728
'information_schema' is not available on MySQL (Miroslav).

0 commit comments

Comments
 (0)