mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-29 04:53:48 +03:00
some more adjustments
This commit is contained in:
parent
7dcc2031ac
commit
8cb95583e3
|
@ -95,7 +95,8 @@ def start():
|
||||||
return
|
return
|
||||||
|
|
||||||
if conf.smokeTest:
|
if conf.smokeTest:
|
||||||
smokeTest()
|
if not smokeTest():
|
||||||
|
return
|
||||||
|
|
||||||
if conf.direct:
|
if conf.direct:
|
||||||
initTargetEnv()
|
initTargetEnv()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user