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 cedfdc7 commit d7cdb6cCopy full SHA for d7cdb6c
1 file changed
lib/controller/checks.py
@@ -1287,7 +1287,7 @@ def _(*args, **kwargs):
1287
if output and output[0] not in ("Y", "y"):
1288
raise SqlmapUserQuitException
1289
else:
1290
- warnMsg = "no WAF/IDS/IPS product has been identified"
+ warnMsg = "no WAF/IDS/IPS product has been identified (this doesn't mean that there is none)"
1291
logger.warn(warnMsg)
1292
1293
kb.testType = None
0 commit comments