Skip to content

Commit

Permalink
lowering bypass403 collapse threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidsec committed Feb 4, 2024
1 parent c302cb4 commit 38982ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbot/modules/bypass403.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 38982ad

Please sign in to comment.