Edu4rdSHL / fhc

Fast HTTP Checker.
GNU General Public License v3.0
215 stars 22 forks source link

Probing issue! #9

Closed blackcodersec closed 4 weeks ago

blackcodersec commented 8 months ago

https://support.hackerone.com/ this site is live. but fhc does not showing the domain. is it possible to to auto redirect without -L argument? and could you make a progress bar like total domain and process domain.

image

image

Edu4rdSHL commented 8 months ago

Hello, thanks for the report. I will look into it.

Edu4rdSHL commented 4 weeks ago

Hello, after more testing, it seems to be an issue with the domain itself. If I run curl -L https://support.hackerone.com, I get:

$ curl -L https://support.hackerone.com
curl: (47) Maximum (50) redirects followed

Which is what the tool is facing. The current workaround is to disable redirects, that way the tool will simply perform a check and see if it replies to http/https without doing anything else.