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

Skip to content

Commit f14b422

Browse files
committed
layout improvements
1 parent 7f4d412 commit f14b422

1 file changed

Lines changed: 15 additions & 45 deletions

File tree

doc/CHANGELOG.md

Lines changed: 15 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sqlmap (1.0-1) stable; urgency=low
1+
# Version 1.0 (upcoming)
22

33
* Implemented support for automatic decoding of page content through detected charset (Miroslav)
44
* Implemented mechanism for proper data dumping on DBMSes not supporting LIMIT/OFFSET like mechanism(s) (e.g. Microsoft SQL Server, Sybase, etc.) (Miroslav)
@@ -32,9 +32,7 @@
3232
* Takeover switch --os-pwn improved: stealthier, faster and AV-proof (Bernardo)
3333
* Added --mobile switch to imitate a mobile device through HTTP User-Agent header (Miroslav)
3434

35-
-- Bernardo Damele A. G. <[email protected]> XXX, XX XXX 2011 10:00:00 +0000
36-
37-
# sqlmap (0.9-1) stable; urgency=low
35+
# Version 0.9 (2011-04-10)
3836

3937
* Rewritten SQL injection detection engine (Bernardo and Miroslav).
4038
* Support to directly connect to the database without passing via a SQL injection, -d switch (Bernardo and Miroslav).
@@ -65,9 +63,7 @@
6563
* Major code refactoring (Bernardo and Miroslav).
6664
* User's manual updated (Bernardo).
6765

68-
-- Bernardo Damele A. G. <[email protected]> Sun, 10 Apr 2011 21:00:00 +0000
69-
70-
# sqlmap (0.8-1) stable; urgency=low
66+
# Version 0.8 (2010-03-14)
7167

7268
* Support to enumerate and dump all databases' tables containing user provided column(s) by specifying for instance '--dump -C user,pass'. Useful to identify for instance tables containing custom application credentials (Bernardo).
7369
* Support to parse -C (column name(s)) when fetching columns of a table with --columns: it will enumerate only columns like the provided one(s) within the specified table (Bernardo).
@@ -96,9 +92,7 @@
9692
* Updated user's manual (Bernardo and Miroslav).
9793
* Created several demo videos, hosted on YouTube (http://www.youtube.com/user/inquisb) and linked from http://www.sqlmap.org/demo.html (Bernardo).
9894

99-
-- Bernardo Damele A. G. <[email protected]> Sun, 14 Mar 2010 10:00:00 +0000
100-
101-
# sqlmap (0.8rc1-1) stable; urgency=low
95+
# Version 0.8 release candidate (2009-09-21)
10296

10397
* Major enhancement to the Microsoft SQL Server stored procedure heap-based buffer overflow exploit (--os-bof) to automatically bypass DEP memory protection.
10498
* Added support for MySQL and PostgreSQL to execute Metasploit shellcode via UDF 'sys_bineval' (in-memory, anti-forensics technique) as an option instead of uploading the standalone payload stager executable.
@@ -110,9 +104,7 @@
110104
* Minor bugs fixed.
111105
* Major code refactoring.
112106

113-
-- Bernardo Damele A. G. <[email protected]> Mon, 21 Sep 2009 15:00:00 +0000
114-
115-
# sqlmap (0.7-1) stable; urgency=low
107+
# Version 0.7 (2009-07-25)
116108

117109
* Adapted Metasploit wrapping functions to work with latest 3.3 development version too.
118110
* Adjusted code to make sqlmap 0.7 to work again on Mac OSX too.
@@ -127,9 +119,7 @@
127119
* Fixed basic Microsoft SQL Server 2000 fingerprint.
128120
* Many minor bug fixes and code refactoring.
129121

130-
-- Bernardo Damele A. G. <[email protected]> Sat, 25 Jul 2009 10:00:00 +0000
131-
132-
# sqlmap (0.7rc1-1) stable; urgency=low
122+
# Version 0.7 release candidate (2009-04-22)
133123

134124
* Added support to execute arbitrary commands on the database server underlying operating system either returning the standard output or not via UDF injection on MySQL and PostgreSQL and via xp_cmdshell() stored procedure on Microsoft SQL Server;
135125
* Added support for out-of-band connection between the attacker box and the database server underlying operating system via stand-alone payload stager created by Metasploit and supporting Meterpreter, shell and VNC payloads for both Windows and Linux;
@@ -141,9 +131,7 @@
141131
* Major bug fix in the comparison algorithm to correctly handle also the case that the url is stable and the False response changes the page content very little;
142132
* Many minor bug fixes, minor enhancements and layout adjustments.
143133

144-
-- Bernardo Damele A. G. <[email protected]> Wed, 22 Apr 2009 10:30:00 +0000
145-
146-
# sqlmap (0.6.4-1) stable; urgency=low
134+
# Version 0.6.4 (2009-02-03)
147135

148136
* Major enhancement to make the comparison algorithm work properly also on url not stables automatically by using the difflib Sequence Matcher object;
149137
* Major enhancement to support SQL data definition statements, SQL data manipulation statements, etc from user in SQL query and SQL shell if stacked queries are supported by the web application technology;
@@ -159,9 +147,7 @@
159147
* Minor bug fix to make the --postfix work even if --prefix is not provided;
160148
* Updated documentation.
161149

162-
-- Bernardo Damele A. G. <[email protected]> Tue, 3 Feb 2009 23:30:00 +0000
163-
164-
# sqlmap (0.6.3-1) stable; urgency=low
150+
# Version 0.6.3 (2008-12-18)
165151

166152
* Major enhancement to get list of targets to test from Burp proxy (http://portswigger.net/suite/) requests log file path or WebScarab proxy (http://www.owasp.org/index.php/Category:OWASP_WebScarab_Project) 'conversations/' folder path by providing option -l <filepath>;
167153
* Major enhancement to support Partial UNION query SQL injection technique too;
@@ -187,9 +173,7 @@
187173
* Increased default output level from 0 to 1;
188174
* Updated documentation.
189175

190-
-- Bernardo Damele A. G. <[email protected]> Thu, 18 Dec 2008 10:00:00 +0000
191-
192-
# sqlmap (0.6.2-1) stable; urgency=low
176+
# Version 0.6.2 (2008-11-02)
193177

194178
* Major bug fix to correctly dump tables entries when --stop is not specified;
195179
* Major bug fix so that the users' privileges enumeration now works properly also on both MySQL < 5.0 and MySQL >= 5.0;
@@ -202,9 +186,7 @@
202186
* Updated the database management system fingerprint checks to correctly identify MySQL 5.1.x, MySQL 6.0.x and PostgreSQL 8.3;
203187
* More user-friendly warning messages.
204188

205-
-- Bernardo Damele A. G. <[email protected]> Sun, 2 Nov 2008 19:00:00 +0000
206-
207-
# sqlmap (0.6.1-1) stable; urgency=low
189+
# Version 0.6.1 (2008-08-20)
208190

209191
* Major bug fix to blind SQL injection bisection algorithm to handle an exception;
210192
* Added a Metasploit Framework 3 auxiliary module to run sqlmap;
@@ -215,9 +197,7 @@
215197
* Changed the order sqlmap dump table entries from column by column to row by row. Now it also dumps entries as they are stored in the tables, not forcing the entries' order alphabetically anymore;
216198
* Minor bug fix to correctly handle parameters' value with % character.
217199

218-
-- Bernardo Damele A. G. <[email protected]> Fri, 20 Oct 2008 10:00:00 +0000
219-
220-
# sqlmap (0.6-1) stable; urgency=low
200+
# Version 0.6 (2008-09-01)
221201

222202
* Complete code refactor and many bugs fixed;
223203
* Added multithreading support to set the maximum number of concurrent HTTP requests;
@@ -254,9 +234,7 @@
254234
* Updated some docstrings;
255235
* Updated documentation files.
256236

257-
-- Bernardo Damele A. G. <[email protected]> Mon, 1 Sep 2008 10:00:00 +0100
258-
259-
# sqlmap (0.5-1) stable; urgency=low
237+
# Version 0.5 (2007-11-04)
260238

261239
* Added support for Oracle database management system
262240
* Extended inband SQL injection functionality (--union-use) to all other possible queries since it only worked with -e and --file on all DMBS plugins;
@@ -278,9 +256,7 @@
278256
* Complete code refactoring, a lot of minor and some major fixes in libraries, many minor improvements;
279257
* Updated all documentation files.
280258

281-
-- Bernardo Damele A. G. <[email protected]> Sun, 4 Nov 2007 20:00:00 +0100
282-
283-
# sqlmap (0.4-1) stable; urgency=low
259+
# Version 0.4 (2007-06-15)
284260

285261
* Added DBMS fingerprint based also upon HTML error messages parsing defined in lib/parser.py which reads an XML file defining default error messages for each supported DBMS;
286262
* Added Microsoft SQL Server extensive DBMS fingerprint checks based upon accurate '@@version' parsing matching on an XML file to get also the exact patching level of the DBMS;
@@ -301,9 +277,7 @@
301277
* Splitted lib/common.py: inband injection functionalities now are moved to lib/union.py;
302278
* Updated documentation files.
303279

304-
-- Bernardo Damele A. G. <[email protected]> Fri, 15 Jun 2007 20:00:00 +0100
305-
306-
# sqlmap (0.3-1) stable; urgency=low
280+
# Version 0.3 (2007-01-20)
307281

308282
* Added module for MS SQL Server;
309283
* Strongly improved MySQL dbms active fingerprint and added MySQL comment injection check;
@@ -317,9 +291,7 @@
317291
* Rewritten documentation files;
318292
* Complete code restyling.
319293

320-
-- Bernardo Damele A. G. <[email protected]> Sat, 20 Jan 2007 20:00:00 +0100
321-
322-
# sqlmap (0.2-1) stable; urgency=low
294+
# Version 0.2 (2006-12-13)
323295

324296
* complete refactor of entire program;
325297
* added TODO and THANKS files;
@@ -333,5 +305,3 @@
333305
* added InjectionCheck class in injection.py which performs check on url stability, dynamics of parameters and injection on dynamic url parameters;
334306
* improved output methods in dump.py;
335307
* layout enhancement on main program file (sqlmap.py), adapted to call new option/injection classes and improvements on catching of exceptions.
336-
337-
-- Bernardo Damele A. G. <[email protected]> Wed, 13 Dec 2006 20:00:00 +0100

0 commit comments

Comments
 (0)