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

Skip to content

Commit 56383cf

Browse files
committed
Updated documentation and removed svn:keyword
1 parent 342a543 commit 56383cf

4 files changed

Lines changed: 29 additions & 9 deletions

File tree

doc/ChangeLog

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
sqlmap (0.6.2-1) stable; urgency=low
2+
3+
* Major bug fix to correctly dump tables entries when --stop is not
4+
specified;
5+
* Major bug fix so that the users' privileges enumeration now works
6+
properly also on MySQL < 5.0;
7+
* Major improvement to correctly enumerate tables, columns and dump
8+
tables entries on Oracle and on PostgreSQL when the database name is
9+
not 'public' schema or a system database;
10+
* Minor enhancement to be able to dump entries also on MySQL < 5.0 when
11+
database name, table name and column(s) are provided;
12+
* Various minor fixes and code restyling.
13+
14+
-- Bernardo Damele A. G. <[email protected]> Sat, 1 Nov 2008 10:00:00 +0100
15+
16+
117
sqlmap (0.6.1-1) stable; urgency=low
218

319
* Major bug fix to blind SQL injection bisection algorithm to handle an
@@ -17,7 +33,7 @@ sqlmap (0.6.1-1) stable; urgency=low
1733
not forcing the entries' order alphabetically anymore;
1834
* Minor bug fix to correctly handle parameters' value with % character.
1935

20-
-- Bernardo Damele A. G. <[email protected]> Fri, 10 Oct 2008 10:00:00 +0100
36+
-- Bernardo Damele A. G. <[email protected]> Fri, 20 Oct 2008 10:00:00 +0100
2137

2238

2339
sqlmap (0.6-1) stable; urgency=low
@@ -78,7 +94,7 @@ sqlmap (0.6-1) stable; urgency=low
7894
* Renamed some command line options;
7995
* Added a conversion library;
8096
* Added code schema and reminders for future developments;
81-
* Added Copyright comment and $Id$ svn property to all Python files;
97+
* Added Copyright comment and $Id$;
8298
* Updated the command line layout and help messages;
8399
* Updated some docstrings;
84100
* Updated documentation files.

doc/README.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1556,9 +1556,9 @@ <H3>Extensive database management system fingerprint</H3>
15561556
[hh:mm:03] [INFO] performed 13 queries in 0 seconds
15571557
[hh:mm:03] [INFO] query: @@VERSION
15581558
[hh:mm:03] [INFO] retrieved: Microsoft SQL Server 2000 - 8.00.194 (Intel X86)
1559-
Aug 6 2000 00:57:48
1560-
Copyright (c) 1988-2000 Microsoft Corporation
1561-
Standard Edition on Windows NT 5.0 (Build 2195: Service Pack 4)
1559+
Aug 6 2000 00:57:48
1560+
Copyright (c) 1988-2000 Microsoft Corporation
1561+
Standard Edition on Windows NT 5.0 (Build 2195: Service Pack 4)
15621562

15631563
[hh:mm:08] [INFO] performed 1308 queries in 4 seconds
15641564
back-end DBMS: active fingerprint: Microsoft SQL Server 2000
@@ -2824,9 +2824,9 @@ <H3>Use the UNION SELECT query SQL injection</H3>
28242824
banner:
28252825
---
28262826
Microsoft SQL Server 2000 - 8.00.194 (Intel X86)
2827-
Aug 6 2000 00:57:48
2828-
Copyright (c) 1988-2000 Microsoft Corporation
2829-
Standard Edition on Windows NT 5.0 (Build 2195: Service Pack 4)
2827+
Aug 6 2000 00:57:48
2828+
Copyright (c) 1988-2000 Microsoft Corporation
2829+
Standard Edition on Windows NT 5.0 (Build 2195: Service Pack 4)
28302830
---
28312831
</PRE>
28322832
</CODE></BLOCKQUOTE>

doc/README.pdf

-6 Bytes
Binary file not shown.

doc/THANKS

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ Will Holcomb <[email protected]>
4141
for his MultipartPostHandler class to handle multipart POST forms and
4242
permission to include it within sqlmap source code
4343

44+
Luke Jahnke <[email protected]>
45+
for reporting a bug when running against MySQL < 5.0
46+
4447
Michael Majchrowicz <[email protected]>
4548
for extensively beta-testing sqlmap on various MySQL DBMS
4649
for providing really appreciated feedback
@@ -91,7 +94,8 @@ Alessandro Tanasi <[email protected]>
9194

9295
Efrain Torres <[email protected]>
9396
for helping me out to improve the Metasploit Framework 3 sqlmap
94-
auxiliary module and the integration with Metasploit WMAP Framework
97+
auxiliary module and for commiting it on the Metasploit official
98+
Subversion repository
9599
for his great Metasploit WMAP Framework
96100

97101
Sandro Tosi <[email protected]>

0 commit comments

Comments
 (0)