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

Skip to content

Commit 2b60e61

Browse files
committed
Minor update for #119
1 parent 922ea9d commit 2b60e61

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/controller/checks.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,8 @@ def genCmpPayload():
435435
if unionExtended:
436436
infoMsg = "automatically extending ranges "
437437
infoMsg += "for UNION query injection technique tests as "
438-
infoMsg += "there is at least one other injection technique found"
438+
infoMsg += "there is at least one other potential "
439+
infoMsg += "injection technique found"
439440
singleTimeLogMessage(infoMsg)
440441

441442
# Test for UNION query SQL injection

0 commit comments

Comments
 (0)