-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 seems to stop after ~1100 requests? #35
Comments
fyi, these cmdlines end with | wc -l |
Thanks @Viss. I've had a bit of a play with this and I'm seeing inconsistent results. Let me do some more testing and I'll get back to you. |
no worries! On 10/18/16 5:40 PM, OJ Reeves wrote:
|
Nah the dictionaries I have are more than big enough. The one I usually use is 1.5M lines. I'm seeing different behaviours on local webservers vs remote webservers. Could be that certain attempts are erroring out without being caught. |
I'd like to chime in on this issue—it seems to be happening to me as well. gobuster will randomly stop doing its thing and either hang, or return an evidently cut-down list of results. To be honest, I spent some time trying to track down the issue but I can't seem to pin it anywhere edit: it seems to have issues with some Cloudflare sites. @OJ is there any timeout/alarm on these connections? I can't seem to find any, it's probably making the threads hang because the net.http client isn't timing out on some non-standard ports (Cloudflare sites often have 2053/2083/2087/2096/8443 open, and gobuster seems to hang on those) |
Hmm I think this has to do with GO channels, I am experiencing the same with gobuster, and recently started to wrote a custom enumeration tool to substitute one I have in bash and notice the same but with portmapping ... also using go channels... related? maybe, or maybe not. https://github.com/ReK2Fernandez/GoEnumerator |
This can also be caused because go hast an infinite timeout on requests. If the website sends you to a tarpit, you will wait forever. I implemented a timeout parameter here if you wanna try: #79 |
I've never been able to repro this, but I think this is now sorted in 2.0.0. Thanks! |
Originally I tried pushing it through tor, it stopped with no error message after ~1200 requests.
I tried against my own server not over tor, and it stopped at ~1100.
The wordlist I'm using had ~382,000 items in it, so I'm not sure what's going on..
is there a preferred troubleshooting step you'd like me to follow here?
The text was updated successfully, but these errors were encountered: