httpx icon indicating copy to clipboard operation
httpx copied to clipboard

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

Open eyms121 opened this issue 1 year ago • 1 comments
trafficstars

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.

eyms121 avatar Jun 26 '24 16:06 eyms121

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!

GeorginaReeder avatar Jun 27 '24 10:06 GeorginaReeder

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

httpx -maxhr 0

Mzack9999 avatar Aug 22 '24 17:08 Mzack9999