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 dd87233 commit 2dc570dCopy full SHA for 2dc570d
2 files changed
lib/controller/checks.py
@@ -489,6 +489,9 @@ def genCmpPayload():
489
490
kb.previousMethod = method
491
492
+ if conf.dummy:
493
+ injectable = False
494
+
495
# If the injection test was successful feed the injection
496
# object with the test's details
497
if injectable is True:
xml/payloads.xml
@@ -250,7 +250,7 @@ Formats:
250
251
<boundary>
252
<level>3</level>
253
- <clause>1</clause>
+ <clause>1,2,3</clause>
254
<where>1,2</where>
255
<ptype>2</ptype>
256
<prefix>'</prefix>
0 commit comments