projectdiscovery / httpx

httpx is a fast and multi-purpose HTTP toolkit that allows running multiple probes using the retryablehttp library.
https://docs.projectdiscovery.io/tools/httpx
MIT License
7.53k stars 822 forks source link

Option to disable skipping host from scan list based on error count #1789

Closed eyms121 closed 1 month ago

eyms121 commented 3 months ago

Please describe your feature request: -nmhe, -no-mhe disable skipping host from scan based on errors

Describe the use case of this feature: Can it be possible to force scan all hosts or any flag to skip-check? It has already been implemented in Nuclei, will be useful here too. Some hosts have long response time for non-existing endpoints, while existing ones respond quickly. So in case i run on a big list of endpoints on the same host, the host will be skipped thus missing actual endpoints that exist.

GeorginaReeder commented 3 months ago

Thanks for your feature request @eyms121 , we'll take a look into this!

We also have a Discord server, which you’re more than welcome to join. It's a great place to connect with fellow contributors and stay updated with the latest developments!

Mzack9999 commented 1 month ago

@eyms121 This is already possible by setting the value to zero:

httpx -maxhr 0