mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-14 09:29:26 +00:00
Patch related to #2257
This commit is contained in:
parent
10097dd124
commit
1e44c4d669
3 changed files with 9 additions and 3 deletions
|
|
@ -214,6 +214,12 @@ def main():
|
|||
dataToStdout(excMsg)
|
||||
raise SystemExit
|
||||
|
||||
elif "/tamper/" in excMsg:
|
||||
logger.critical(errMsg)
|
||||
print
|
||||
dataToStdout(excMsg)
|
||||
raise SystemExit
|
||||
|
||||
elif "MemoryError" in excMsg:
|
||||
errMsg = "memory exhaustion detected"
|
||||
logger.error(errMsg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue