mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
minor fixes and minor updates
This commit is contained in:
@@ -398,7 +398,9 @@ def checkSqlInjection(place, parameter, value):
|
||||
if not Backend.getIdentifiedDbms():
|
||||
warnMsg = "using unescaped version of the test "
|
||||
warnMsg += "because of zero knowledge of the "
|
||||
warnMsg += "back-end DBMS"
|
||||
warnMsg += "back-end DBMS. you can try to "
|
||||
warnMsg += "explicitly set it using the --dbms "
|
||||
warnMsg += "option"
|
||||
singleTimeWarnMessage(warnMsg)
|
||||
|
||||
# Test for UNION query SQL injection
|
||||
|
||||
Reference in New Issue
Block a user