mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-05-03 15:23:44 +03:00
Minor language update
This commit is contained in:
parent
d464678e10
commit
2fbd05c98f
|
@ -443,8 +443,7 @@ def checkSqlInjection(place, parameter, value):
|
||||||
warnMsg = "using unescaped version of the test "
|
warnMsg = "using unescaped version of the test "
|
||||||
warnMsg += "because of zero knowledge of the "
|
warnMsg += "because of zero knowledge of the "
|
||||||
warnMsg += "back-end DBMS. You can try to "
|
warnMsg += "back-end DBMS. You can try to "
|
||||||
warnMsg += "explicitly set it using the --dbms "
|
warnMsg += "explicitly set it using option '--dbms'"
|
||||||
warnMsg += "option"
|
|
||||||
singleTimeWarnMessage(warnMsg)
|
singleTimeWarnMessage(warnMsg)
|
||||||
|
|
||||||
if unionExtended:
|
if unionExtended:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user