From b889c8146e4d7ccb42bb2dc4739d2cf963c6b89a Mon Sep 17 00:00:00 2001 From: ArmanHC Date: Sun, 3 Apr 2022 01:23:20 +0430 Subject: [PATCH] lol --- start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.py b/start.py index 153296e..944a9d1 100644 --- a/start.py +++ b/start.py @@ -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"))