OJ / gobuster

Directory/File, DNS and VHost busting tool written in Go
Apache License 2.0
10.11k stars 1.2k forks source link

no I/O exception handling #80

Closed AddaxSoft closed 6 years ago

AddaxSoft commented 6 years ago

When webserver block gobuster from brute forcing files, gobuster doesn't have the proper I/O exception handling and will just hang forever.

even if you ctr+c to interrupt it won't respond

firefart commented 6 years ago

I'm trying to handle all this in https://github.com/OJ/gobuster/pull/79 (currently doing a big refactoring)

codingo commented 6 years ago

@AddaxSoft in the meantime (whilst @FireFart is working on this) you could pipe results to tee.

OJ commented 6 years ago

This should be good now :) Thanks.