diff --git a/bbot/modules/lightfuzz_submodules/xss.py b/bbot/modules/lightfuzz_submodules/xss.py index 4f157d831..9ac606e48 100644 --- a/bbot/modules/lightfuzz_submodules/xss.py +++ b/bbot/modules/lightfuzz_submodules/xss.py @@ -61,7 +61,6 @@ async def fuzz(self): random_string = self.lightfuzz.helpers.rand_string(8) reflection_probe_result = await self.standard_probe(self.event.data["type"], cookies, random_string) - self.lightfuzz.hugeinfo(reflection_probe_result.text) if reflection_probe_result and random_string in reflection_probe_result.text: reflection = True