mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-14 01:16:59 +00:00
Minor update related to #5030
This commit is contained in:
parent
f5ed2c0c97
commit
dcf304c65e
2 changed files with 2 additions and 2 deletions
|
|
@ -429,7 +429,7 @@ def main():
|
|||
dataToStdout(excMsg)
|
||||
raise SystemExit
|
||||
|
||||
elif any(_ in excMsg for _ in ("tamper/", "waf/")):
|
||||
elif any(_ in "%s\n%s" % (errMsg, excMsg) for _ in ("tamper/", "waf/", "--engagement-dojo")):
|
||||
logger.critical(errMsg)
|
||||
print()
|
||||
dataToStdout(excMsg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue