mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 05:04:11 +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):
|
||||
stream.seek(0) # Rewind
|
||||
stream.name = destFileName
|
||||
|
||||
if self.webApi in ("php", "asp", "aspx", "jsp"):
|
||||
multipartParams = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user