CVE-2022-22536
CVE-2022-22536 copied to clipboard
Fixes the TypeError in self.send_payload call
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
Got exactly the same error, easy to fix but would be nice if directly merged