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

GoBuster can't handle errors during startup "PreRun" #239

Open
RoganDawes opened this issue Sep 22, 2020 · 1 comment
Open

GoBuster can't handle errors during startup "PreRun" #239

RoganDawes opened this issue Sep 22, 2020 · 1 comment

Comments

@RoganDawes
Copy link

I'm targeting a site that doesn't have an index page for /, and if the page doesn't exist, it actually just closes the connection. (If it helps, the target site seems to be behind an F5 BigIP.) As a result, gobuster never even starts, reporting:

Error: error on running gobuster: unable to connect to https://example.com/: Get https://example.com/: read tcp x.x.x.x:60936->y.y.y.y:443: read: connection reset by peer

Would it be reasonable to have an option "Treat connectivity errors as 404", or similar?

@minispooner2
Copy link

+1. "reset by peer" stops all subsequent testing, despite there being legit pages. i'd bet the web server i'm testing is configured to send RST on certain pages, but give Response for legit pages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants