mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Fixes #1299
This commit is contained in:
parent
fdc8e664df
commit
1aafe85a3a
2 changed files with 4 additions and 4 deletions
|
|
@ -232,7 +232,7 @@ class Filesystem:
|
|||
fileContent = newFileContent
|
||||
|
||||
if fileContent is not None:
|
||||
fileContent = decodeHexValue(fileContent)
|
||||
fileContent = decodeHexValue(fileContent, True)
|
||||
|
||||
if fileContent:
|
||||
localFilePath = dataToOutFile(remoteFile, fileContent)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue