We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc19f40 commit 0cf2bdeCopy full SHA for 0cf2bde
1 file changed
lib/controller/checks.py
@@ -470,8 +470,8 @@ def genCmpPayload():
470
if unionExtended:
471
infoMsg = "automatically extending ranges "
472
infoMsg += "for UNION query injection technique tests as "
473
- infoMsg += "there is at least one other potential "
474
- infoMsg += "injection technique found"
+ infoMsg += "there is at least one other (potential) "
+ infoMsg += "technique found"
475
singleTimeLogMessage(infoMsg)
476
477
# Test for UNION query SQL injection
0 commit comments