Skip to content

Commit

Permalink
remove testing code
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidsec committed Feb 6, 2024
1 parent 12451d0 commit 1da63d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bbot/modules/bypass403.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@ async def do_checks(self, compare_helper, event, collapse_threshold):
return

if match == False:
self.critical(subject_response.status_code)
if str(subject_response.status_code)[0] != "4" and subject_response.status_code != 503:
if str(subject_response.status_code)[0] != "4":
if sig[2]:
added_header_tuple = next(iter(sig[2].items()))
reported_signature = f"Added Header: {added_header_tuple[0]}: {added_header_tuple[1]}"
Expand Down

0 comments on commit 1da63d2

Please sign in to comment.