Adding in-table name boundaries

This commit is contained in:
Miroslav Stampar
2016-03-26 09:39:28 +01:00
parent 074fbbcea5
commit ad3b766b65
2 changed files with 19 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ from lib.core.enums import OS
from lib.core.revision import getRevisionNumber
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
VERSION = "1.0.3.8"
VERSION = "1.0.3.9"
REVISION = getRevisionNumber()
STABLE = VERSION.count('.') <= 2
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")