This commit is contained in:
ArmanHC 2022-04-03 01:23:20 +04:30 committed by GitHub
parent f742af1acb
commit b889c8146e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -660,7 +660,7 @@ class HttpFlood(Thread):
def generate_payload(self, other: str = None) -> bytes:
return str.encode((self._payload +
f"Host: {self._target.authority}\r\n" + +
f"Host: {self._target.authority}\r\n" +
self.randHeadercontent +
(other if other else "") +
"\r\n"))