mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-05-08 17:53:47 +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 = "using unescaped version of the test "
|
||||||
warnMsg += "because of zero knowledge of the "
|
warnMsg += "because of zero knowledge of the "
|
||||||
warnMsg += "back-end DBMS"
|
warnMsg += "back-end DBMS"
|
||||||
singleTimeWarnMessage(warnMsg, logging.WARN, title)
|
singleTimeWarnMessage(warnMsg)
|
||||||
|
|
||||||
# Test for UNION query SQL injection
|
# Test for UNION query SQL injection
|
||||||
reqPayload, vector = unionTest(comment, place, parameter, value, prefix, suffix)
|
reqPayload, vector = unionTest(comment, place, parameter, value, prefix, suffix)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user