mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
Minor fix, leave like this
This commit is contained in:
parent
a4155269c5
commit
84778f0e6c
|
@ -83,7 +83,7 @@ class Web:
|
||||||
return output
|
return output
|
||||||
|
|
||||||
def webFileUpload(self, fileToUpload, destFileName, directory):
|
def webFileUpload(self, fileToUpload, destFileName, directory):
|
||||||
inputFP = codecs.open(fileToUpload, "rb", conf.dataEncoding)
|
inputFP = codecs.open(fileToUpload, "rb")
|
||||||
retVal = self.__webFileStreamUpload(inputFP, destFileName, directory)
|
retVal = self.__webFileStreamUpload(inputFP, destFileName, directory)
|
||||||
inputFP.close()
|
inputFP.close()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user