Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a54c261 commit 760519dCopy full SHA for 760519d
2 files changed
lib/controller/controller.py
@@ -234,9 +234,6 @@ def start():
234
check if they are dynamic and SQL injection affected
235
"""
236
237
- if not conf.start:
238
- return False
239
-
240
if conf.direct:
241
initTargetEnv()
242
setupTargetEnv()
lib/core/option.py
@@ -1464,7 +1464,6 @@ def _setConfAttributes():
1464
conf.resultsFilename = None
1465
conf.resultsFP = None
1466
conf.scheme = None
1467
- conf.start = True
1468
conf.tests = []
1469
conf.trafficFP = None
1470
conf.wFileType = None
0 commit comments