You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
jIgnoul
changed the title
Option to
Option to bypass host availability check
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.
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.
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.
The text was updated successfully, but these errors were encountered: