Skip to content

Commit

Permalink
remove debug msg
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidsec committed Dec 18, 2024
1 parent 0efca3a commit e98d2e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bbot/modules/lightfuzz_submodules/xss.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e98d2e8

Please sign in to comment.