Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6bc0b34 + e673033 commit 86c27ccCopy full SHA for 86c27cc
1 file changed
plugins/generic/filesystem.py
@@ -202,8 +202,8 @@ def readFile(self, rFile):
202
203
fileContent = self.stackedReadFile(rFile)
204
elif Backend.isDbms(DBMS.MYSQL):
205
- debugMsg = "going to read the file with UNION query SQL "
206
- debugMsg += "injection technique"
+ debugMsg = "going to read the file with a non-stacked query "
+ debugMsg += "SQL injection technique"
207
logger.debug(debugMsg)
208
209
fileContent = self.nonStackedReadFile(rFile)
0 commit comments