We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 295d823 commit d57b9c0Copy full SHA for d57b9c0
1 file changed
lib/controller/controller.py
@@ -25,7 +25,6 @@
25
from lib.controller.checks import checkXss
26
from lib.controller.checks import checkELE
27
from lib.controller.checks import checkReflectXSS
28
-from lib.controller.checks import checkcontenttype
29
from lib.core.agent import agent
30
from lib.core.common import dataToStdout
31
from lib.core.common import extractRegexResult
@@ -492,8 +491,7 @@ def start():
492
491
logger.info(infoMsg)
493
494
elif PAYLOAD.TECHNIQUE.BOOLEAN in conf.tech or conf.skipStatic:
495
- if testxssflag:
496
- checkReflectXSS(place, parameter, value)
+ checkReflectXSS(place, parameter, value)
497
checkCmd1(place, parameter, value)
498
checkXss(place, parameter, value)
499
checkCmd(place, parameter, value)
0 commit comments