MCPcopy
hub / github.com/OJ/gobuster / Command

Function Command

cli/fuzz/fuzz.go:13–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11)
12
13func Command() *cli.Command {
14 cmd := cli.Command{
15 Name: "fuzz",
16 Usage: fmt.Sprintf("Uses fuzzing mode. Replaces the keyword %s in the URL, Headers and the request body", gobusterfuzz.FuzzKeyword),
17 Action: run,
18 Flags: getFlags(),
19 }
20 return &cmd
21}
22
23func getFlags() []cli.Flag {
24 var flags []cli.Flag

Callers 1

mainFunction · 0.92

Calls 1

getFlagsFunction · 0.70

Tested by

no test coverage detected