File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
125sqlmap (0.7rc1-1) stable; urgency=low
226
327 * Added support to execute arbitrary commands on the database server
Original file line number Diff line number Diff line change 3030
3131
3232# sqlmap version and site
33- VERSION = "0.7rc5 "
33+ VERSION = "0.7 "
3434VERSION_STRING = "sqlmap/%s" % VERSION
3535SITE = "http://sqlmap.sourceforge.net"
3636
You can’t perform that action at this time.
0 commit comments