mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Implementation for an Issue #468
This commit is contained in:
parent
a72096a345
commit
fca6772df6
2 changed files with 2 additions and 2 deletions
|
|
@ -218,7 +218,7 @@ class Agent(object):
|
|||
comment = kb.injection.data[kb.technique].comment if comment is None else comment
|
||||
|
||||
if Backend.getIdentifiedDbms() == DBMS.ACCESS and comment == GENERIC_SQL_COMMENT:
|
||||
comment = "%00"
|
||||
comment = queries[DBMS.ACCESS].comment.query
|
||||
|
||||
if comment is not None:
|
||||
expression += comment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue