diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 3f40dd07..138db5f7 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -35,6 +35,7 @@ * [Kiblyn11](https://github.com/Kiblyn11) * [l4yton](https://github.com/l4yton) * [lc](https://github.com/lc) +* [Mojo8898](https://github.com/Mojo8898) * [mprencipe](https://github.com/mprencipe) * [nnwakelam](https://twitter.com/nnwakelam) * [noraj](https://pwn.by/noraj) diff --git a/pkg/ffuf/optionsparser.go b/pkg/ffuf/optionsparser.go index ce9e7614..f11a98c4 100644 --- a/pkg/ffuf/optionsparser.go +++ b/pkg/ffuf/optionsparser.go @@ -592,8 +592,7 @@ func ConfigFromOptions(parseOpts *ConfigOptions, ctx context.Context, cancel con } } else { if !keywordPresent(provider.Keyword, &conf) { - errmsg := fmt.Sprintf("Keyword %s defined, but not found in headers, method, URL or POST data.", provider.Keyword) - _, _ = fmt.Fprintf(os.Stderr, "%s\n", fmt.Errorf(errmsg)) + // Warning suppressed } else { newInputProviders = append(newInputProviders, provider) }