Skip to content

Commit

Permalink
always 404 filter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rivalsec committed Oct 8, 2023
1 parent e3d8e63 commit 7442ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pathbuster/classes/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def __init__(self):
self.json_print = False
self.follow_redirects = False
self.max_redirects = 3
self.exclude_codes = [404,]
self.exclude_codes = []
self.extensions = ['']
self.stats = None
self.res_dir = None
Expand Down

0 comments on commit 7442ef0

Please sign in to comment.