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)