Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e673033

Browse files
committed
minor layout adjustment
1 parent fb7fe55 commit e673033

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/generic/filesystem.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@ def readFile(self, rFile):
202202

203203
fileContent = self.stackedReadFile(rFile)
204204
elif Backend.isDbms(DBMS.MYSQL):
205-
debugMsg = "going to read the file with UNION query SQL "
206-
debugMsg += "injection technique"
205+
debugMsg = "going to read the file with a non-stacked query "
206+
debugMsg += "SQL injection technique"
207207
logger.debug(debugMsg)
208208

209209
fileContent = self.nonStackedReadFile(rFile)

0 commit comments

Comments
 (0)