Updated documentation and minor fix in update functionality

This commit is contained in:
Bernardo Damele
2008-11-04 16:33:13 +00:00
parent 359b28bbaf
commit be599d5a33
4 changed files with 3 additions and 4 deletions

View File

@@ -243,7 +243,6 @@ def __updateSqlmap():
return
sqlmapNewestVersion = str(sqlmapNewestVersion).replace("\n", "")
sqlmapNewestVersion = "0.6.1"
if not re.search("^([\w\.\-]+)$", sqlmapNewestVersion):
errMsg = "sqlmap version is in a wrong syntax"