mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-08 01:13:17 +01:00
Minor language update
This commit is contained in:
parent
bc19f40d09
commit
0cf2bdeb1c
1 changed files with 2 additions and 2 deletions
|
|
@ -470,8 +470,8 @@ def checkSqlInjection(place, parameter, value):
|
|||
if unionExtended:
|
||||
infoMsg = "automatically extending ranges "
|
||||
infoMsg += "for UNION query injection technique tests as "
|
||||
infoMsg += "there is at least one other potential "
|
||||
infoMsg += "injection technique found"
|
||||
infoMsg += "there is at least one other (potential) "
|
||||
infoMsg += "technique found"
|
||||
singleTimeLogMessage(infoMsg)
|
||||
|
||||
# Test for UNION query SQL injection
|
||||
|
|
|
|||
Loading…
Reference in a new issue