epi052 / feroxbuster

A fast, simple, recursive content discovery tool written in Rust.
https://epi052.github.io/feroxbuster/
MIT License
5.56k stars 470 forks source link

errors #1115

Closed sdfdfasd12 closed 3 weeks ago

sdfdfasd12 commented 3 months ago

errors How to retry, whether to consider adding retries to reduce errors, and if so, whether there are relevant parameters to specify, such as: how many times to retry before giving up. image

epi052 commented 2 months ago

USUALLY those errors are from the webserver being overloaded. There aren't any options to retry error'd requests at the moment. --auto-tune is the closest option to automatically adjust the speed based on error rate. Other than that, you can manually tune the speed until you stop seeing errors

epi052 commented 3 weeks ago

closing this for now. please reopen if you still have other questions