mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
minor fixes and minor updates
This commit is contained in:
parent
3995891ab4
commit
25b923bbc3
4 changed files with 12 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue