mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 08:14:24 +03:00
Minor bug fix
This commit is contained in:
parent
6aade8e6fc
commit
d217cf71b2
|
@ -399,7 +399,7 @@ def checkSqlInjection(place, parameter, value):
|
|||
warnMsg = "using unescaped version of the test "
|
||||
warnMsg += "because of zero knowledge of the "
|
||||
warnMsg += "back-end DBMS"
|
||||
singleTimeWarnMessage(warnMsg, logging.WARN, title)
|
||||
singleTimeWarnMessage(warnMsg)
|
||||
|
||||
# Test for UNION query SQL injection
|
||||
reqPayload, vector = unionTest(comment, place, parameter, value, prefix, suffix)
|
||||
|
|
Loading…
Reference in New Issue
Block a user