Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to bypass host availability check #131

Open
jIgnoul opened this issue Aug 14, 2024 · 2 comments
Open

Option to bypass host availability check #131

jIgnoul opened this issue Aug 14, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@jIgnoul
Copy link

jIgnoul commented Aug 14, 2024

If the server now returns a 502 on the root request, the testing will stop. Some servers only reply to valid paths for request. It would be nice if we can have a flag to bypass this "check whether host is available". Further, it appears that this host check request is not passed through the provided http proxy using -p http://127.0.0.1:8080.

@jIgnoul jIgnoul changed the title Option to Option to bypass host availability check Aug 14, 2024
@dmdhrumilmistry
Copy link
Collaborator

Thanks for reporting the issue. Will take a look into this and get back to you.

@dmdhrumilmistry
Copy link
Collaborator

dmdhrumilmistry commented Aug 26, 2024

If the server now returns a 502 on the root request, the testing will stop. Some servers only reply to valid paths for request. It would be nice if we can have a flag to bypass this "check whether host is available". Further, it appears that this host check request is not passed through the provided http proxy using -p http://127.0.0.1:8080.

Apologies for the delayed response.

I'll create a new flag to bypass host availability check in the golang version (upcoming latest release if no new critical vulns are introduced in the python version).

Proxy issue has been already handled in the golang version.

I'll keep this issue open until the latest release.

@dmdhrumilmistry dmdhrumilmistry self-assigned this Aug 27, 2024
@dmdhrumilmistry dmdhrumilmistry added the bug Something isn't working label Aug 27, 2024
dmdhrumilmistry added a commit that referenced this issue Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants