# If you want to edit dirsearch default configurations, you can1# edit values in this file. Everything after `#` is a comment2# and won't be applied34[general]5threads = 256async = False7recursive = False8deep-recursive = False9force-recursive = False10recursion-status = 200-399,401,40311max-recursion-depth = 012exclude-subdirs = %%ff/,.;/,..;/,;/,./,../,%%2e/,%%2e%%2e/13random-user-agents = False14max-time = 015target-max-time = 016exit-on-error = False17skip-on-status = 42918#filter-threshold = 1019#subdirs = /,api/20#include-status = 200-299,40121#exclude-status = 400,500-99922#exclude-sizes = 0b,123gb23#exclude-texts = [24# "Not found",25# "404"26#]27#exclude-regex = "^403$"28#exclude-redirect = "*/error.html"29#exclude-response = 404.html3031[dictionary]32default-extensions = php,asp,aspx,jsp,html,htm33force-extensions = False34overwrite-extensions = False35lowercase = False36uppercase = False37capital = False38#exclude-extensions = old,log39#prefixes = .,admin40#suffixes = ~,.bak41#wordlists = /path/to/wordlist1.txt,/path/to/wordlist2.txt42#wordlist-categories = common,conf,web4344[request]45http-method = get46follow-redirects = False47#headers = [48# "Header1: Value",49# "Header2: Value"50#]51#headers-file = /path/to/headers.txt52#user-agent = MyUserAgent53#cookie = SESSIONID=1235455[connection]56timeout = 7.557delay = 058max-rate = 059max-retries = 160# By disabling `scheme` variable, dirsearch will automatically identify the URI scheme61#scheme = http62#proxies = ["localhost:8080"]63#proxies-file = /path/to/proxies.txt64#replay-proxy = localhost:800065#network-interface = eth06667[advanced]68crawl = False6970[view]71full-url = False72quiet-mode = False73color = True74show-redirects-history = False75disable-cli = False7677[output]78# Available: simple, plain, json, xml, md, csv, html, sqlite79output-formats = plain80# Supported variables for 'output-file' and 'output-sql-table':81# - {extension}: File extension of the report, for 'output-file' only (e.g. txt, json)82# - {format}: Output format (e.g. plain, simple, xml)83# - {host}: Target hostname or IP (e.g. example.com)84# - {scheme}: URI scheme (http or https)85# - {port}: Port number (e.g. 443)86# - {date}: Scan date, format: DD-MM-YYYY (e.g. 07-10-2022)87# - {datetime}: Scan datetime, format: DD-MM-YYYY_HH-MM-SS (e.g. 2025-01-23_14:32:27)88#output-file = reports/{host}/{scheme}_{port}.{extension}89#mysql-url = mysql://user:password@localhost/database90#postgres-url = postgres://user:password@localhost/database91# Table to be used for SQL output (SQLite, MySQL, PostgreSQL)92output-sql-table = {scheme}_{host}:{port}93#log-file = /path/to/dirsearch.log94#log-file-size = 50000000959697