mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
Merge branch 'master' of github.com:sqlmapproject/sqlmap
This commit is contained in:
commit
88cda87451
|
@ -1084,7 +1084,7 @@ def identifyWaf():
|
|||
break
|
||||
|
||||
if retVal:
|
||||
errMsg = "WAF/IDS/IPS identified ('%s'). Please " % retVal
|
||||
errMsg = "WAF/IDS/IPS identified '%s'. Please " % retVal
|
||||
errMsg += "consider usage of tamper scripts (option '--tamper')"
|
||||
logger.critical(errMsg)
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue
Block a user