CVE-2022-22536 icon indicating copy to clipboard operation
CVE-2022-22536 copied to clipboard

Fixes the TypeError in self.send_payload call

Open Vest opened this issue 3 years ago • 1 comments

The function has two parameters (socket and payload), but from the code four parameters are provided (host and port). TypeError: send_payload() takes from 2 to 3 positional arguments but 5 were given

Vest avatar Feb 21 '22 08:02 Vest

Got exactly the same error, easy to fix but would be nice if directly merged

OtterHacker avatar Sep 06 '23 13:09 OtterHacker