mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Fixes #2778
This commit is contained in:
@@ -279,7 +279,7 @@ class Filesystem:
|
||||
self.checkDbmsOs()
|
||||
|
||||
if localFile.endswith('_'):
|
||||
localFile = decloakToTemp(localFile)
|
||||
localFile = getUnicode(decloakToTemp(localFile))
|
||||
|
||||
if conf.direct or isStackingAvailable():
|
||||
if isStackingAvailable():
|
||||
|
||||
Reference in New Issue
Block a user