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

Skip to content

Commit be599d5

Browse files
committed
Updated documentation and minor fix in update functionality
1 parent 359b28b commit be599d5

4 files changed

Lines changed: 3 additions & 4 deletions

File tree

doc/README.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
22
<HTML>
33
<HEAD>
4-
<META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.21">
4+
<META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.50">
55
<TITLE>sqlmap user's manual</TITLE>
66
</HEAD>
77
<BODY>
88
<H1>sqlmap user's manual</H1>
99

1010
<H2>by
11-
<A HREF="mailto:[email protected]">Bernardo Damele A. G.</A></H2>version 0.6.2, 2nd of November 2008
11+
<A HREF="mailto:[email protected]">Bernardo Damele A. G.</A></H2>version 0.6.2, 4th of November 2008
1212
<HR>
1313
<EM>This document is the user's manual to use
1414
<A HREF="http://sqlmap.sourceforge.net">sqlmap</A>.

doc/README.pdf

-1 Bytes
Binary file not shown.

doc/README.sgml

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

55
<title>sqlmap user's manual
66
<author>by <htmlurl url="mailto:[email protected]" name="Bernardo Damele A. G.">
7-
<date>version 0.6.2, 2nd of November 2008
7+
<date>version 0.6.2, 4th of November 2008
88
<abstract>
99
This document is the user's manual to use <htmlurl url="http://sqlmap.sourceforge.net" name="sqlmap">.
1010
Check the project <htmlurl url="http://sqlmap.sourceforge.net" name="homepage">

lib/core/update.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ def __updateSqlmap():
243243
return
244244

245245
sqlmapNewestVersion = str(sqlmapNewestVersion).replace("\n", "")
246-
sqlmapNewestVersion = "0.6.1"
247246

248247
if not re.search("^([\w\.\-]+)$", sqlmapNewestVersion):
249248
errMsg = "sqlmap version is in a wrong syntax"

0 commit comments

Comments
 (0)