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

Function Command

cli/vhost/vhost.go:14–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12)
13
14func Command() *cli.Command {
15 cmd := cli.Command{
16 Name: "vhost",
17 Usage: "Uses VHOST enumeration mode (you most probably want to use the IP address as the URL parameter)",
18 Action: run,
19 Flags: getFlags(),
20 }
21 return &cmd
22}
23
24func getFlags() []cli.Flag {
25 var flags []cli.Flag

Callers 1

mainFunction · 0.92

Calls 1

getFlagsFunction · 0.70

Tested by

no test coverage detected