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

[ENHANCEMENT] Homebrew installations should place a config file during installation #69

Closed
Teicu opened this issue Oct 9, 2020 · 4 comments
Labels
enhancement New feature or request installation

Comments

@Teicu
Copy link

Teicu commented Oct 9, 2020

Hi

I just installed the tool via Homebrew on Mac

Now I need help to find the ferox-config.toml on my Mac, to add the wordlist path.

Thanks

@Teicu Teicu added the bug Something isn't working label Oct 9, 2020
@epi052
Copy link
Owner

epi052 commented Oct 9, 2020

Hey there,

The homebrew installs don't pull down the config (which is probably an oversight). For now, you can download the example from the top level of this repository. After that, you can put it in either:

  • /etc/feroxbuster
  • ~/.config/feroxbuster
  • the same directory as feroxbuster
  • your current directory

Once placed, rename the example from ferox-config.toml.example to ferox-config.toml, and then edit to your heart's content.

Let me know if you have any other questions.

Thanks for checking out the tool!

@epi052
Copy link
Owner

epi052 commented Oct 9, 2020

I'm going to hijack this issue in order to track adding the config file to the homebrew installs.

@epi052 epi052 added enhancement New feature or request installation and removed bug Something isn't working labels Oct 9, 2020
@epi052 epi052 changed the title Not a bug [ENHANCEMENT] Homebrew installations should place a config file during installation Oct 9, 2020
@epi052
Copy link
Owner

epi052 commented Oct 9, 2020

By the way, I assumed initially that you wanted a static configuration of your wordlist.

In the event you just want to specify a wordlist at runtime, you can use the -w|--wordlist flag.

./feroxbuster --url http://example.com --wordlist /path/to/some/wordlist

@epi052
Copy link
Owner

epi052 commented Oct 12, 2020

@epi052 epi052 closed this as completed Oct 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request installation
Projects
None yet
Development

No branches or pull requests

2 participants