Skip to content

Commit

Permalink
Ajdust usage msg
Browse files Browse the repository at this point in the history
  • Loading branch information
ariary committed Mar 2, 2022
1 parent e5bd0a8 commit 84f2985
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pkg/fuzz/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ DISPLAY
FILTER
-H, --hide display only if result does not pass the filters
-H, --hide only display results that don't pass the filters
STDOUT:
-omin, --stdout-min filter to only display if stdout characters number is lesser than n
Expand Down Expand Up @@ -163,10 +163,6 @@ func NewConfig() Config {

//CheckConfig: assert that all required fields are present in config, and are adequate to cfuzz run
func (c *Config) CheckConfig() error {
// check field
// if c.WordlistFilename == "" {
// return errors.New("No wordlist provided. Please indicate a wordlist to use for fuzzing (-w,--wordlist)")
// }
if len(c.Wordlists) == 0 {
return errors.New("No wordlist provided. Please indicate a wordlist to use for fuzzing (-w,--wordlist)")
}
Expand Down

0 comments on commit 84f2985

Please sign in to comment.