mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
Some renaming (pylint stuff)
This commit is contained in:
@@ -203,12 +203,12 @@ class Filesystem(object):
|
||||
errMsg += "into the specific DBMS plugin"
|
||||
raise SqlmapUndefinedMethod(errMsg)
|
||||
|
||||
def readFile(self, remoteFiles):
|
||||
def readFile(self, remoteFile):
|
||||
localFilePaths = []
|
||||
|
||||
self.checkDbmsOs()
|
||||
|
||||
for remoteFile in remoteFiles.split(','):
|
||||
for remoteFile in remoteFile.split(','):
|
||||
fileContent = None
|
||||
kb.fileReadMode = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user