mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Fixes #2778
This commit is contained in:
parent
88df293a1a
commit
b608c21dff
3 changed files with 4 additions and 4 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue