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 922ea9d commit 2b60e61Copy full SHA for 2b60e61
1 file changed
lib/controller/checks.py
@@ -435,7 +435,8 @@ def genCmpPayload():
435
if unionExtended:
436
infoMsg = "automatically extending ranges "
437
infoMsg += "for UNION query injection technique tests as "
438
- infoMsg += "there is at least one other injection technique found"
+ infoMsg += "there is at least one other potential "
439
+ infoMsg += "injection technique found"
440
singleTimeLogMessage(infoMsg)
441
442
# Test for UNION query SQL injection
0 commit comments