Skip to content

Commit 636e058

Browse files
committed
Patch for an Issue sqlmapproject#981
1 parent e03aaa7 commit 636e058

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plugins/generic/filesystem.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
from lib.core.agent import agent
1111
from lib.core.common import dataToOutFile
1212
from lib.core.common import Backend
13+
from lib.core.common import checkFile
1314
from lib.core.common import decloakToTemp
1415
from lib.core.common import decodeHexValue
1516
from lib.core.common import isNumPosStrValue
@@ -256,6 +257,8 @@ def readFile(self, remoteFiles):
256257
def writeFile(self, localFile, remoteFile, fileType=None, forceCheck=False):
257258
written = False
258259

260+
checkFile(localFile)
261+
259262
self.checkDbmsOs()
260263

261264
if localFile.endswith('_'):

0 commit comments

Comments
 (0)