mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-13 17:06:53 +00:00
Patch related to the #2265
This commit is contained in:
parent
13f0949f9e
commit
2eb7a1d264
3 changed files with 4 additions and 4 deletions
|
|
@ -214,7 +214,7 @@ def main():
|
|||
dataToStdout(excMsg)
|
||||
raise SystemExit
|
||||
|
||||
elif "/tamper/" in excMsg:
|
||||
elif "tamper/" in excMsg:
|
||||
logger.critical(errMsg)
|
||||
print
|
||||
dataToStdout(excMsg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue