From 38982add006a04e3358a13a3d04d748345124791 Mon Sep 17 00:00:00 2001 From: liquidsec Date: Sat, 3 Feb 2024 22:44:08 -0500 Subject: [PATCH] lowering bypass403 collapse threshold --- bbot/modules/bypass403.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbot/modules/bypass403.py b/bbot/modules/bypass403.py index 182f4b4db..1ea884c84 100644 --- a/bbot/modules/bypass403.py +++ b/bbot/modules/bypass403.py @@ -127,7 +127,7 @@ async def handle_event(self, event): self.debug(e) return - collapse_threshold = 10 + collapse_threshold = 6 results = await self.do_checks(compare_helper, event, collapse_threshold) if results is None: return