From e673033ac10cb37d192ac32bac6a709cf163baed Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Fri, 6 Jul 2012 15:26:45 +0100 Subject: [PATCH] minor layout adjustment --- plugins/generic/filesystem.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/generic/filesystem.py b/plugins/generic/filesystem.py index e236cc841..c9d24e61a 100644 --- a/plugins/generic/filesystem.py +++ b/plugins/generic/filesystem.py @@ -202,8 +202,8 @@ class Filesystem: fileContent = self.stackedReadFile(rFile) elif Backend.isDbms(DBMS.MYSQL): - debugMsg = "going to read the file with UNION query SQL " - debugMsg += "injection technique" + debugMsg = "going to read the file with a non-stacked query " + debugMsg += "SQL injection technique" logger.debug(debugMsg) fileContent = self.nonStackedReadFile(rFile)