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 148b35d commit 304f2edCopy full SHA for 304f2ed
2 files changed
lib/core/common.py
@@ -730,7 +730,7 @@ def getManualDirectories():
730
infoMsg = "retrieved the web server document root: '%s'" % directories
731
logger.info(infoMsg)
732
else:
733
- warnMsg = "unable to retrieve automatically the web server "
+ warnMsg = "unable to automatically retrieve the web server "
734
warnMsg += "document root"
735
logger.warn(warnMsg)
736
lib/core/settings.py
@@ -19,7 +19,7 @@
19
from lib.core.revision import getRevisionNumber
20
21
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22
-VERSION = "1.0.5.67"
+VERSION = "1.0.5.68"
23
REVISION = getRevisionNumber()
24
STABLE = VERSION.count('.') <= 2
25
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")
0 commit comments