mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
Minor update
This commit is contained in:
parent
954a8e6ee7
commit
c712e9c22f
2 changed files with 4 additions and 2 deletions
|
|
@ -111,9 +111,11 @@ def vulnTest():
|
|||
success = True
|
||||
break
|
||||
except:
|
||||
time.sleep(1)
|
||||
pass
|
||||
finally:
|
||||
s.close()
|
||||
if not success:
|
||||
time.sleep(1)
|
||||
|
||||
if not success:
|
||||
logger.error("problem occurred in vulnserver instantiation (address: 'http://%s:%s', alive: %s)" % (address, port, vulnserver._alive))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue