mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 05:04:11 +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 += "because of zero knowledge of the "
|
||||
warnMsg += "back-end DBMS. You can try to "
|
||||
warnMsg += "explicitly set it using the --dbms "
|
||||
warnMsg += "option"
|
||||
warnMsg += "explicitly set it using option '--dbms'"
|
||||
singleTimeWarnMessage(warnMsg)
|
||||
|
||||
if unionExtended:
|
||||
|
|
Loading…
Reference in New Issue
Block a user