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 fdad787 commit cb0044bCopy full SHA for cb0044b
1 file changed
lib/controller/controller.py
@@ -20,6 +20,7 @@
20
from lib.controller.checks import heuristicCheckSqlInjection
21
from lib.controller.checks import identifyWaf
22
from lib.core.agent import agent
23
+from lib.core.common import dataToStdout
24
from lib.core.common import extractRegexResult
25
from lib.core.common import getFilteredPageContent
26
from lib.core.common import getPublicTypeMembers
@@ -352,6 +353,7 @@ def start():
352
353
if not test or test[0] in ("y", "Y"):
354
pass
355
elif test[0] in ("n", "N"):
356
+ dataToStdout(os.linesep)
357
continue
358
elif test[0] in ("q", "Q"):
359
break
0 commit comments