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

Function Command

cli/dns/dns.go:15–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13)
14
15func Command() *cli.Command {
16 cmd := cli.Command{
17 Name: "dns",
18 Usage: "Uses DNS subdomain enumeration mode",
19 Action: run,
20 Flags: getFlags(),
21 }
22 return &cmd
23}
24
25func getFlags() []cli.Flag {
26 var flags []cli.Flag

Callers 1

mainFunction · 0.92

Calls 1

getFlagsFunction · 0.70

Tested by

no test coverage detected