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

Skip to content

Commit b2b2ec8

Browse files
committed
Preparing to release sqlmap 0.7 stable
1 parent 3d4bfb3 commit b2b2ec8

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

doc/ChangeLog

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
sqlmap (0.7-1) stable; urgency=low
2+
3+
* Adapted Metasploit wrapping functions to work with latest 3.3
4+
development version too.
5+
* Adjusted code to make sqlmap 0.7 to work again on Mac OSX too.
6+
* Reset takeover OOB features (if any of --os-pwn, --os-smbrelay or
7+
--os-bof is selected) when running under Windows because msfconsole
8+
and msfcli are not supported on the native Windows Ruby interpreter.
9+
This make sqlmap 0.7 to work again on Windows too.
10+
* Minor improvement so that sqlmap tests also all parameters with no
11+
value (eg. par=).
12+
* HTTPS requests over HTTP proxy now work on either Python 2.4, 2.5 and
13+
2.6+.
14+
* Major bug fix to sql-query/sql-shell features.
15+
* Major bug fix in --read-file option.
16+
* Major silent bug fix to multi-threading functionality.
17+
* Fixed the web backdoor functionality (for MySQL) when (usually) stacked
18+
queries are not supported and --os-shell is provided.
19+
* Fixed MySQL 'comment injection' version fingerprint.
20+
* Fixed basic Microsoft SQL Server 2000 fingerprint.
21+
* Many minor bug fixes and code refactoring.
22+
23+
-- Bernardo Damele A. G. <[email protected]> Sat, 25 Jul 2009 10:00:00 +0000
24+
125
sqlmap (0.7rc1-1) stable; urgency=low
226

327
* Added support to execute arbitrary commands on the database server

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131

3232
# sqlmap version and site
33-
VERSION = "0.7rc5"
33+
VERSION = "0.7"
3434
VERSION_STRING = "sqlmap/%s" % VERSION
3535
SITE = "http://sqlmap.sourceforge.net"
3636

0 commit comments

Comments
 (0)