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

Separate gobuster program/command line from core functionality #51

Closed
wants to merge 1 commit into from

Conversation

0xdevalias
Copy link
Contributor

There is an idea i'm playing with where it would be useful to be able to use the core of gobuster from another program, though because it is currently all a single 'program', there is no way to import it.

This should separate the command-line parsing/'program' aspect of it from the core engine/functionality, which I've called libgobuster out of laziness (naming is hard..)

Should still be able to compile with go get.. as before, and I don't believe it should make any functional difference to how anything runs; still compiles to a single binary, etc.

@0xdevalias
Copy link
Contributor Author

0xdevalias commented Aug 21, 2017

Just saw #41 / #42, which might make this one obsolete

@0xdevalias 0xdevalias mentioned this pull request Aug 30, 2017
@0xdevalias 0xdevalias closed this Aug 30, 2017
@0xdevalias 0xdevalias mentioned this pull request Sep 19, 2017
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

Successfully merging this pull request may close these issues.

None yet

1 participant