Adding new waf script (sitelock)

This commit is contained in:
Miroslav Stampar
2016-05-27 02:13:01 +02:00
parent e435fb2e9e
commit 7a2ac23f0b
4 changed files with 25 additions and 3 deletions

View File

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