OJ / gobuster

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

Enhancement Reqeust: Status and Pause/Resume #18

Open h121h opened 8 years ago

h121h commented 8 years ago

What is the plausibility of you adding a status hotkey to return where gobuster is currently at in the wordlist and also a pause/resume? Or a switch to start at a specific position in a wordlist?

OJ commented 8 years ago

Hi @h121h,

Thanks for the request. I think the most reasonable thing to do would be to add support for pause/resume, and it wouldn't be too hard to do either. The other things are a little more difficult, because:

There'd have to be a bit of work in synchronising across the two to know what has been parsed and what hasn't. It's not impossible by any stretch, but I would question the value gained vs the effort to add the feature.

As far as "start from word X" is concerned, that would probably not be useful unless you knew where you stopped, so that might be moot at this point.

How about we go ahead with pause/resume, and at the same time add the ability to write directly to file as well as console so that UI interaction doesn't pollute the output? Sound ok?

h121h commented 8 years ago

Hi @OJ,

That makes perfect sense and sounds like a plan. Thank you much for the quick response.

OJ commented 6 years ago

This is still on the cards, I hope to at least be able to get this going by the end of the year. NEED MORE TIME!

firefart commented 6 years ago

status progress is implemented in https://github.com/OJ/gobuster/pull/79

BitThr3at commented 4 years ago

Is there any progress in this enchantment of "pause/resume" option ?

demiscuzz commented 4 years ago

I have often a need to pause ?? any updates?

OJ commented 4 years ago

This has been a feature for ages now.

On Wed, 10 Jun 2020, 00:01 benjaminholloway, notifications@github.com wrote:

I have often a need to pause ?? any updates?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/OJ/gobuster/issues/18#issuecomment-641317494, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAHBYCWOGGANLHCCEKNCOLRVY6C5ANCNFSM4CEOS6UA .

demiscuzz commented 4 years ago

No way.... How would one go about pausing the a gobuster scan?

OJ commented 4 years ago

Hrmm.. I think I might be wrong! I though I had implemented that, but based on the current code, I'm full of shit :P

Sorry, leave it with me.

elbae commented 4 years ago

Hi, any plan for this feature?

wifiuk commented 3 years ago

This would be handy to have, if it has not already been done

n0kovo commented 2 years ago

BUMP

hazeyez commented 2 years ago

was 7 years enough time? ;P

gobuster needs pause/resume feature

firefart commented 2 years ago

was 7 years enough time? ;P

gobuster needs pause/resume feature

feel free to open a PR based on the dev branch