From 15b4fd04e5e4e82b4ee1fdbcaeeea310ce65cfd3 Mon Sep 17 00:00:00 2001 From: epi Date: Mon, 2 Aug 2021 19:28:09 -0500 Subject: [PATCH] updated status code defaults to include 500 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e8a90d0..820e87d 100644 --- a/README.md +++ b/README.md @@ -304,7 +304,7 @@ Configuration begins with with the following built-in default values baked into - verbosity: `0` (no logging enabled) - scan_limit: `0` (no limit imposed on concurrent scans) - rate_limit: `0` (no limit imposed on requests per second) -- status_codes: `200 204 301 302 307 308 401 403 405` +- status_codes: `200 204 301 302 307 308 401 403 405 500` - user_agent: `feroxbuster/VERSION` - recursion depth: `4` - auto-filter wildcards - `true` @@ -556,7 +556,7 @@ OPTIONS: Limit total number of concurrent scans (default: 0, i.e. no limit) -s, --status-codes ... - Status Codes to include (allow list) (default: 200 204 301 302 307 308 401 403 405) + Status Codes to include (allow list) (default: 200 204 301 302 307 308 401 403 405 500) -t, --threads Number of concurrent threads (default: 50)