Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
AllowedCommands = []string{
"nmap", "dirb", "feroxbuster", "whatweb", "nikto", "enum4linux",
}
)
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
PortRange string `env:"PORT_RANGE, default=1-65535"`
OutputFormat string `env:"OUTPUT_FORMAT, default=json"`
OutputFile string `env:"OUTPUT_FILE, default=recon.json"`
Debug bool `env:"DEBUG, default=false"`
Threads int `env:"THREADS, default=10"`
Plugins Plugins
Initialized bool
}
Click to show internal directories.
Click to hide internal directories.