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

Disable warnings for defined but unused keywords #751

Open
blabut opened this issue Oct 25, 2023 · 0 comments
Open

Disable warnings for defined but unused keywords #751

blabut opened this issue Oct 25, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@blabut
Copy link

blabut commented Oct 25, 2023

I find the possiblity of defining different wordlists based on keywords in .ffufrc just awesome and so much time-saving. I personnally defined 10 keyword/wordlist associations in my .ffufrc. The only (minor) problem is the amount of warnings in my terminal when using ffuf:

$ ffuf -u http://domain/FUZZ
Keyword DIRSMALL defined, but not found in headers, method, URL or POST data.
Keyword DIRMEDIUM defined, but not found in headers, method, URL or POST data.
Keyword DIRBIG defined, but not found in headers, method, URL or POST data.
Keyword FILESMALL defined, but not found in headers, method, URL or POST data.
Keyword FILEMEDIUM defined, but not found in headers, method, URL or POST data.
Keyword FILEBIG defined, but not found in headers, method, URL or POST data.
Keyword WORDSMALL defined, but not found in headers, method, URL or POST data.
Keyword WORDMEDIUM defined, but not found in headers, method, URL or POST data.
Keyword WORDBIG defined, but not found in headers, method, URL or POST data.
Keyword PARAM defined, but not found in headers, method, URL or POST data.
[...]

Would it be possible to disable warnings about unused Keywords, since this is an intented usage ? I guess having a switch to mute the warnings and an associated entry in .ffufrc could do the trick as well.

Thanks a lot for such an awesome tool !

@blabut blabut changed the title Disable warnings for defnined but unused keywords Disable warnings for defined but unused keywords Oct 25, 2023
@bsysop bsysop added the enhancement New feature or request label Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants