mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-29 13:03:50 +03:00
Minor language update
This commit is contained in:
parent
bc19f40d09
commit
0cf2bdeb1c
|
@ -470,8 +470,8 @@ def checkSqlInjection(place, parameter, value):
|
||||||
if unionExtended:
|
if unionExtended:
|
||||||
infoMsg = "automatically extending ranges "
|
infoMsg = "automatically extending ranges "
|
||||||
infoMsg += "for UNION query injection technique tests as "
|
infoMsg += "for UNION query injection technique tests as "
|
||||||
infoMsg += "there is at least one other potential "
|
infoMsg += "there is at least one other (potential) "
|
||||||
infoMsg += "injection technique found"
|
infoMsg += "technique found"
|
||||||
singleTimeLogMessage(infoMsg)
|
singleTimeLogMessage(infoMsg)
|
||||||
|
|
||||||
# Test for UNION query SQL injection
|
# Test for UNION query SQL injection
|
||||||
|
|
Loading…
Reference in New Issue
Block a user