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

Skip to content

Commit 7f05592

Browse files
committed
sqlmap 0.6.3-rc4:
Minor enhancement to be able to specify the number of seconds before timeout the connection, default is set to 10 seconds. Minor improvement to retry the HTTP request up to three times in case an exception is raised during the connection to the target url. Minor bug fix to correctly catch connection exceptions and notify to the user also if they occur within a thread. Minor code restyling. Updated documentation.
1 parent 0f07e33 commit 7f05592

16 files changed

Lines changed: 737 additions & 560 deletions

File tree

doc/ChangeLog

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ sqlmap (0.6.3-1) stable; urgency=low
1313
the web application technology by parsing some HTTP response headers;
1414
* Minor enhancement to fingerprint the back-end DBMS operating system by
1515
parsing the DBMS banner value when -b option is provided;
16+
* Minor enhancement to be able to specify the number of seconds before
17+
timeout the connection, default is set to 10 seconds;
1618
* Minor enhancement to be able to specify the number of seconds to wait
1719
between each HTTP request providing option --delay #;
1820
* Minor enhancement to be able to enumerate table columns and dump table
@@ -23,15 +25,20 @@ sqlmap (0.6.3-1) stable; urgency=low
2325
client HTTP headers (Accept, Accept-Encoding, etc);
2426
* Minor improvements to sqlmap Debian package files: sqlmap uploaded
2527
to official Debian project repository, on queue at the moment;
26-
* Major bug fix to correctly handle httplib.BadStatusLine exception;
27-
* Minor bug fix to handle session.error and session.timeout in HTTP
28-
requests;
29-
* Minor bug fix so that when the user provide a SELECT statement to be
28+
* Minor improvement to use Python psyco (http://psyco.sourceforge.net/)
29+
library if available to speed up the sqlmap algorithmic operations;
30+
* Minor improvement to retry the HTTP request up to three times in case
31+
an exception is raised during the connection to the target url;
32+
* Major bug fix to correctly enumerate columns on Microsoft SQL Server;
33+
* Major bug fix so that when the user provide a SELECT statement to be
3034
processed with an asterisk as columns, now it also work if in the FROM
3135
there is no database name specified;
32-
* Minor bug fix to correctly enumerate columns on Microsoft SQL Server;
3336
* Minor bug fix to correctly dump table entries when the column is
3437
provided;
38+
* Minor bug fix to correctly handle session.error, session.timeout and
39+
httplib.BadStatusLine exceptions in HTTP requests;
40+
* Minor bug fix to correctly catch connection exceptions and notify to
41+
the user also if they occur within a thread;
3542
* Increased default output level from 0 to 1;
3643
* Updated documentation.
3744

doc/README.html

Lines changed: 273 additions & 247 deletions
Large diffs are not rendered by default.

doc/README.pdf

3.03 KB
Binary file not shown.

0 commit comments

Comments
 (0)