mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-14 01:16:59 +00:00
Minor patch
This commit is contained in:
parent
1745bac0ab
commit
4d56a806e8
3 changed files with 4 additions and 4 deletions
|
|
@ -219,7 +219,7 @@ def main():
|
|||
dataToStdout(excMsg)
|
||||
raise SystemExit
|
||||
|
||||
elif "tamper/" in excMsg:
|
||||
elif any(_ in excMsg for _ in ("tamper/", "waf/")):
|
||||
logger.critical(errMsg)
|
||||
print
|
||||
dataToStdout(excMsg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue