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 dbbe4c6 commit 30a4173Copy full SHA for 30a4173
2 files changed
lib/controller/checks.py
@@ -1289,7 +1289,7 @@ def _(*args, **kwargs):
1289
if output and output[0] not in ("Y", "y"):
1290
raise SqlmapUserQuitException
1291
else:
1292
- warnMsg = "no WAF/IDS/IPS product has been identified (this doesn't mean that there is none)"
+ warnMsg = "WAF/IDS/IPS product hasn't been identified (generic protection response)"
1293
logger.warn(warnMsg)
1294
1295
kb.testType = None
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.41"
+VERSION = "1.0.5.42"
23
REVISION = getRevisionNumber()
24
STABLE = VERSION.count('.') <= 2
25
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")
0 commit comments