Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cfa5655

Browse files
committed
Updated changelog
1 parent 7b71262 commit cfa5655

1 file changed

Lines changed: 17 additions & 11 deletions

File tree

doc/ChangeLog

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,32 @@
11
sqlmap (0.9-1) stable; urgency=low
22

3-
* Added support to directly connect to the database without passing via
4-
a SQL injection, -d switch (Bernardo and Miroslav).
3+
* Support to directly connect to the database without passing via a
4+
SQL injection, -d switch (Bernardo and Miroslav).
5+
* Implemented support for SQLite 2 and 3 (Bernardo and Miroslav).
6+
* Initial support for SAP MaxDB (Miroslav).
57
* Added support to enumerate roles on Oracle, --roles switch (Bernardo).
6-
* Implemented feature to speedup the enumeration of table names
7-
(Miroslav).
88
* Extended old '--dump -C' functionality to be able to search for
99
specific database(s), table(s) and column(s), --search switch
1010
(Bernardo).
11-
* Added support to fetch unicode data (Bernardo and Miroslav).
1211
* Added support for SOAP based web services requests (Bernardo).
12+
* Added support to fetch unicode data (Bernardo and Miroslav).
1313
* Added support to use persistent HTTP(s) connection for speed
1414
improvement, --keep-alive switch (Miroslav).
1515
* Implemented HTTP proxy authentication support, --proxy-cred switch
1616
(Miroslav).
17-
* Implemented support for SQLite 2 and 3 (Bernardo and Miroslav).
18-
* Added initial support for SAP MaxDB (Miroslav).
19-
* Added safe URL feature, --safe-url and --safe-freq (Miroslav).
20-
* Added --use-between switch to use BETWEEN syntax in inferencial
21-
statement and bypass firewalls filtering '>' character (Bernardo and
22-
Miroslav).
17+
* Implemented feature to speedup the enumeration of table names
18+
(Miroslav).
2319
* Support for customizable HTTP redirections (Bernardo).
20+
* Support to replicate the back-end DBMS tables structure and entries
21+
in a local SQLite 3 database (Miroslav). IN PROGRESS
22+
* Added switches to brute-force table names with a dictionary attack,
23+
--common-exists and --exists. Useful for instance when system table
24+
'information_schema' is not available on MySQL (Miroslav).
25+
* Basic support for REST-style URL parameters by using the asterisk (*)
26+
to mark where to test for and exploit SQL injection (Miroslav).
27+
* Added safe URL feature, --safe-url and --safe-freq (Miroslav).
28+
* Added --text-only switch to strip from the HTTP body the HTML/JS code
29+
and compare pages based only on their textual content (Miroslav).
2430
* Several bugs fixed (Bernardo and Miroslav).
2531
* Major code refactoring (Bernardo and Miroslav).
2632
* User's manual updated (Bernardo).

0 commit comments

Comments
 (0)