From fca6772df6bbdcf2962f654470153c7b9d984ac6 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Sat, 22 Jun 2013 00:12:47 +0200 Subject: [PATCH] Implementation for an Issue #468 --- lib/core/agent.py | 2 +- xml/queries.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/core/agent.py b/lib/core/agent.py index b46749810..098543422 100644 --- a/lib/core/agent.py +++ b/lib/core/agent.py @@ -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 diff --git a/xml/queries.xml b/xml/queries.xml index b6a3f6d4d..17a756cbb 100644 --- a/xml/queries.xml +++ b/xml/queries.xml @@ -355,7 +355,7 @@ - +