mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Bug fix (multiple Ctrl-C in crawling mode)
This commit is contained in:
parent
72fa5a9c85
commit
8cdc66fdf7
4 changed files with 10 additions and 1 deletions
|
|
@ -200,6 +200,8 @@ def main():
|
|||
if not isinstance(ex, SqlmapUserQuitException):
|
||||
errMsg = "problem occurred while crawling '%s' ('%s')" % (target, getSafeExString(ex))
|
||||
logger.error(errMsg)
|
||||
else:
|
||||
raise
|
||||
else:
|
||||
if kb.targets:
|
||||
start()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue