mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +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:
|
try:
|
||||||
result = start()
|
result = start()
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
raise
|
pass
|
||||||
except SqlmapBaseException, e:
|
except SqlmapBaseException, e:
|
||||||
handled_exception = e
|
handled_exception = e
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
|
|||||||
Reference in New Issue
Block a user