Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 97d8c60

Browse files
committed
better language
1 parent 0a620bf commit 97d8c60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/controller/checks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ def genCmpPayload():
502502
# Return the injection object
503503
if injection.place is not None and injection.parameter is not None:
504504
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 "
505+
warnMsg = "in OR boolean-based injections please consider usage "
506506
warnMsg += "of switch --drop-set-cookie if you experience any "
507507
warnMsg += "problems during data retrieval"
508508
logger.warn(warnMsg)

0 commit comments

Comments
 (0)