mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-08 01:13:17 +01:00
Merge branch 'master' of github.com:sqlmapproject/sqlmap
This commit is contained in:
commit
86c27cc4f2
1 changed files with 2 additions and 2 deletions
|
|
@ -202,8 +202,8 @@ class Filesystem:
|
||||||
|
|
||||||
fileContent = self.stackedReadFile(rFile)
|
fileContent = self.stackedReadFile(rFile)
|
||||||
elif Backend.isDbms(DBMS.MYSQL):
|
elif Backend.isDbms(DBMS.MYSQL):
|
||||||
debugMsg = "going to read the file with UNION query SQL "
|
debugMsg = "going to read the file with a non-stacked query "
|
||||||
debugMsg += "injection technique"
|
debugMsg += "SQL injection technique"
|
||||||
logger.debug(debugMsg)
|
logger.debug(debugMsg)
|
||||||
|
|
||||||
fileContent = self.nonStackedReadFile(rFile)
|
fileContent = self.nonStackedReadFile(rFile)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue