mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
more concise
This commit is contained in:
parent
6b81eef65a
commit
4a9640160e
9 changed files with 24 additions and 21 deletions
|
|
@ -32,7 +32,7 @@ from lib.core.common import randomInt
|
|||
from lib.core.common import randomStr
|
||||
from lib.core.common import readInput
|
||||
from lib.core.common import showStaticWords
|
||||
from lib.core.common import singleTimeLogMessage
|
||||
from lib.core.common import singleTimeWarnMessage
|
||||
from lib.core.common import trimAlphaNum
|
||||
from lib.core.common import wasLastRequestDBMSError
|
||||
from lib.core.common import wasLastRequestHTTPError
|
||||
|
|
@ -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"
|
||||
singleTimeLogMessage(warnMsg, logging.WARN, title)
|
||||
singleTimeWarnMessage(warnMsg, logging.WARN, title)
|
||||
|
||||
# Test for UNION query SQL injection
|
||||
reqPayload, vector = unionTest(comment, place, parameter, value, prefix, suffix)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue