mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
grammar fix
This commit is contained in:
parent
edfcddd3c3
commit
a7fbc55748
5 changed files with 7 additions and 7 deletions
|
|
@ -129,7 +129,7 @@ def checkSqlInjection(place, parameter, value):
|
|||
if not any(re.search(conf.testFilter, str(item), re.I) for item in [test.title, test.vector,\
|
||||
test.details.dbms if "details" in test and "dbms" in test.details else ""]):
|
||||
debugMsg = "skipping test '%s' because " % title
|
||||
debugMsg += "it's name/vector/dbms is not included by the given filter"
|
||||
debugMsg += "its name/vector/dbms is not included by the given filter"
|
||||
logger.debug(debugMsg)
|
||||
continue
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue