mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
no raise, just pass at ctrl-c
This commit is contained in:
@@ -265,7 +265,7 @@ def runCase(switches=None, parse=None):
|
||||
try:
|
||||
result = start()
|
||||
except KeyboardInterrupt:
|
||||
raise
|
||||
pass
|
||||
except SqlmapBaseException, e:
|
||||
handled_exception = e
|
||||
except Exception, e:
|
||||
|
||||
Reference in New Issue
Block a user