Temporary patch for #2947

This commit is contained in:
Miroslav Stampar
2018-02-25 17:39:21 +01:00
parent 67f8c22702
commit b595b883d1
3 changed files with 11 additions and 3 deletions

View File

@@ -297,6 +297,14 @@ def main():
logger.error(errMsg)
raise SystemExit
elif "url = url.strip()" in excMsg:
dataToStdout(excMsg)
print
errMsg = "please contact 'miroslav@sqlmap.org' with details for this issue "
errMsg += "as he is trying to reproduce it for long time"
logger.error(errMsg)
raise SystemExit
elif "valueStack.pop" in excMsg and kb.get("dumpKeyboardInterrupt"):
raise SystemExit