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

Skip to content

Commit 88cda87

Browse files
committed
Merge branch 'master' of github.com:sqlmapproject/sqlmap
2 parents c85d575 + af4762a commit 88cda87

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
@@ -1084,7 +1084,7 @@ def _(*args, **kwargs):
10841084
break
10851085

10861086
if retVal:
1087-
errMsg = "WAF/IDS/IPS identified ('%s'). Please " % retVal
1087+
errMsg = "WAF/IDS/IPS identified '%s'. Please " % retVal
10881088
errMsg += "consider usage of tamper scripts (option '--tamper')"
10891089
logger.critical(errMsg)
10901090
else:

0 commit comments

Comments
 (0)