Skip to content

Commit

Permalink
chore(config): add commented list of file extensions in default config
Browse files Browse the repository at this point in the history
- Added a commented list of file extensions to the default_yaml_config.yaml file for potential future use or reference.
  • Loading branch information
psyray committed Nov 4, 2024
1 parent 708e3ad commit 3c25e1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/config/default_yaml_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ dir_file_fuzz: {
'enable_http_crawl': true,
'rate_limit': 150,
'extensions': [],
# 'extensions': ['html', 'php','git','yaml','conf','cnf','config','gz','env','log','db','mysql','bak','asp','aspx','txt','conf','sql','json','yml','pdf'],
'follow_redirect': false,
'max_time': 0,
'match_http_status': [200, 204],
Expand Down

0 comments on commit 3c25e1a

Please sign in to comment.