mirror of
https://github.com/sqlmapproject/sqlmap
synced 2026-01-21 15:42:30 +01:00
Fix for an Issue #885
This commit is contained in:
parent
4de4f5c1ba
commit
c33e493e0d
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ See the file 'doc/COPYING' for copying permission
|
|||
import os
|
||||
|
||||
from lib.core.agent import agent
|
||||
from lib.core.common import checkFile
|
||||
from lib.core.common import dataToStdout
|
||||
from lib.core.common import Backend
|
||||
from lib.core.common import isStackingAvailable
|
||||
|
|
@ -146,6 +147,7 @@ class UDF:
|
|||
|
||||
if len(self.udfToCreate) > 0:
|
||||
self.udfSetRemotePath()
|
||||
checkFile(self.udfLocalFile)
|
||||
written = self.writeFile(self.udfLocalFile, self.udfRemoteFile, "binary", forceCheck=True)
|
||||
|
||||
if written is not True:
|
||||
|
|
|
|||
Loading…
Reference in a new issue