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

Error on first usage #2

Closed
edoardottt opened this issue Feb 11, 2023 · 1 comment
Closed

Error on first usage #2

edoardottt opened this issue Feb 11, 2023 · 1 comment

Comments

@edoardottt
Copy link

edoardottt commented Feb 11, 2023

I've just installed firefly using

go install -v github.com/Brum3ns/firefly/cmd/firefly@latest

Then I tried the tool with

firefly -u 'http://example.com/?query=FUZZ'

and I got:

...
________________________________________________________________ 

[INF] Grep Wordlist[s] setup in process
2023/02/11 11:41:06 [FAI] open db/yml/transformation.yml: no such file or directory

A fix could be install the database in the .config directory (only on Linux) if it's the first time running the tool or the db is missing.
Or if the database is not too big it could be possible to transform txt and yaml files to go files exporting global variables (a map or a list for example), this completely avoids the "installation" part told before that will be different for each OS.

@Brum3ns
Copy link
Owner

Brum3ns commented Feb 11, 2023

Hey,

Thanks for mentioning I will add a precheck.go file that automate this process very soon!

Regards

@Brum3ns Brum3ns closed this as completed Sep 15, 2023
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

No branches or pull requests

2 participants