package
Version:
v0.0.4
Opens a new window with list of versions in this module.
Published: Apr 3, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var (
AllowedCommands = []string{
"nmap", "dirb", "feroxbuster", "whatweb", "nikto", "enum4linux",
}
)
type Config struct {
PortRange string `env:"PORT_RANGE"`
OutputFormat string `env:"OUTPUT_FORMAT"`
OutputFile string `env:"OUTPUT_FILE"`
Debug bool `env:"DEBUG"`
Threads int `env:"THREADS"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.