Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d7cdb6c

Browse files
committed
Minor update
1 parent cedfdc7 commit d7cdb6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/controller/checks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1287,7 +1287,7 @@ def _(*args, **kwargs):
12871287
if output and output[0] not in ("Y", "y"):
12881288
raise SqlmapUserQuitException
12891289
else:
1290-
warnMsg = "no WAF/IDS/IPS product has been identified"
1290+
warnMsg = "no WAF/IDS/IPS product has been identified (this doesn't mean that there is none)"
12911291
logger.warn(warnMsg)
12921292

12931293
kb.testType = None

0 commit comments

Comments
 (0)