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 0a620bf commit 97d8c60Copy full SHA for 97d8c60
1 file changed
lib/controller/checks.py
@@ -502,7 +502,7 @@ def genCmpPayload():
502
# Return the injection object
503
if injection.place is not None and injection.parameter is not None:
504
if not conf.dropSetCookie and PAYLOAD.TECHNIQUE.BOOLEAN in injection.data and injection.data[PAYLOAD.TECHNIQUE.BOOLEAN].vector.startswith('OR'):
505
- warnMsg = "in cases like this (OR boolean) please consider usage "
+ warnMsg = "in OR boolean-based injections please consider usage "
506
warnMsg += "of switch --drop-set-cookie if you experience any "
507
warnMsg += "problems during data retrieval"
508
logger.warn(warnMsg)
0 commit comments