mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-07 14:43:08 +03:00
Major bug fix - before it raised a traceback, now works.
This commit is contained in:
parent
daebb0010b
commit
cffa17f5a6
|
@ -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 New Issue
Block a user