Documentation
¶
Index ¶
Constants ¶
View Source
const Version = `1.0.0`
Version is the current version of nuclei
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
JSON bool // JSON returns JSON output
Silent bool // Silent Display results only
Version bool // Version returns the version of the tool.
Verbose bool // Verbose prints verbose output.
Hosts bool // Hosts specifies to fetch only DNS Names
IPAddress bool // IPAddress specifes to fetch only IP Addresses
Config string // Config is the location of the config file.
Output string // Output is the file to write found results too.
ExcludePrivate bool // ExcludePrivate excludes private IPs from results
Provider goflags.NormalizedStringSlice // Provider specifies what providers to fetch assets for.
Id goflags.NormalizedStringSlice // Id specifies what id's to fetch assets for.
ProviderConfig string // ProviderConfig is the location of the provider config file.
}
Options contains the configuration options for cloudlist.
func ParseOptions ¶
func ParseOptions() *Options
ParseOptions parses the command line flags provided by a user
Click to show internal directories.
Click to hide internal directories.