mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
Language update
This commit is contained in:
parent
0296081692
commit
90882f081d
|
@ -373,7 +373,7 @@ def getValue(expression, blind=True, union=True, error=True, time=True, fromUser
|
||||||
|
|
||||||
if not found and not expected and kb.injection.data[PAYLOAD.TECHNIQUE.UNION].where == PAYLOAD.WHERE.ORIGINAL:
|
if not found and not expected and kb.injection.data[PAYLOAD.TECHNIQUE.UNION].where == PAYLOAD.WHERE.ORIGINAL:
|
||||||
warnMsg = "something went wrong with full UNION "
|
warnMsg = "something went wrong with full UNION "
|
||||||
warnMsg += "technique (most probably because of "
|
warnMsg += "technique (could be because of "
|
||||||
warnMsg += "limitation on retrieved number of entries). "
|
warnMsg += "limitation on retrieved number of entries). "
|
||||||
warnMsg += "Falling back to partial UNION technique"
|
warnMsg += "Falling back to partial UNION technique"
|
||||||
singleTimeWarnMessage(warnMsg)
|
singleTimeWarnMessage(warnMsg)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user