mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-08 09:24:01 +01:00
Major bug fix - before it raised a traceback, now works.
This commit is contained in:
parent
daebb0010b
commit
cffa17f5a6
1 changed files with 0 additions and 1 deletions
|
|
@ -78,7 +78,6 @@ class Web:
|
||||||
|
|
||||||
def __webFileStreamUpload(self, stream, destFileName, directory):
|
def __webFileStreamUpload(self, stream, destFileName, directory):
|
||||||
stream.seek(0) # Rewind
|
stream.seek(0) # Rewind
|
||||||
stream.name = destFileName
|
|
||||||
|
|
||||||
if self.webApi in ("php", "asp", "aspx", "jsp"):
|
if self.webApi in ("php", "asp", "aspx", "jsp"):
|
||||||
multipartParams = {
|
multipartParams = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue