mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-10 00:20:37 +03:00
Minor update for #119
This commit is contained in:
parent
922ea9d1f4
commit
2b60e61d54
|
@ -435,7 +435,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 injection technique found"
|
infoMsg += "there is at least one other potential "
|
||||||
|
infoMsg += "injection 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