Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b35f4 commit 6b40e0aCopy full SHA for 6b40e0a
1 file changed
lib/core/settings.py
@@ -22,7 +22,7 @@
22
# sqlmap version and site
23
VERSION = "1.0-dev"
24
REVISION = getRevisionNumber()
25
-VERSION_STRING = "sqlmap/%s%s" % (VERSION, "-%s" % REVISION if REVISION else "-nongit-%s%04x" % (time.strftime("%Y%m%d", time.gmtime(os.path.getmtime(__file__))), os.path.getsize(os.path.join(os.path.dirname(__file__), "common.py")) & 0xffff))
+VERSION_STRING = "sqlmap/%s%s" % (VERSION, "-%s" % REVISION if REVISION else "-nongit-%s-%04x" % (time.strftime("%Y%m%d", time.gmtime(os.path.getmtime(__file__))), os.path.getsize(os.path.join(os.path.dirname(__file__), "common.py")) & 0xffff))
26
DESCRIPTION = "automatic SQL injection and database takeover tool"
27
SITE = "http://sqlmap.org"
28
ISSUES_PAGE = "https://github.com/sqlmapproject/sqlmap/issues/new"
0 commit comments