File tree 1 file changed +1
-5
lines changed
1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ DISPLAY
48
48
49
49
FILTER
50
50
51
- -H, --hide display only if result does not pass the filters
51
+ -H, --hide only display results that don't pass the filters
52
52
53
53
STDOUT:
54
54
-omin, --stdout-min filter to only display if stdout characters number is lesser than n
@@ -163,10 +163,6 @@ func NewConfig() Config {
163
163
164
164
//CheckConfig: assert that all required fields are present in config, and are adequate to cfuzz run
165
165
func (c * Config ) CheckConfig () error {
166
- // check field
167
- // if c.WordlistFilename == "" {
168
- // return errors.New("No wordlist provided. Please indicate a wordlist to use for fuzzing (-w,--wordlist)")
169
- // }
170
166
if len (c .Wordlists ) == 0 {
171
167
return errors .New ("No wordlist provided. Please indicate a wordlist to use for fuzzing (-w,--wordlist)" )
172
168
}
You can’t perform that action at this time.
0 commit comments