# Functions
DefaultOptions returns default options for nuclei.
No description provided by the author
JSONScalarToString converts an interface coming from json to string Inspired from: https://github.com/cli/cli/blob/09b09810dd812e3ede54b59ad9d6912b946ac6c5/pkg/export/template.go#L72.
NewResumeCfg creates a new scan progression structure.
NewTimeoutVariant creates a new timeout variant with the given dial timeout in seconds.
ToByteSlice casts an interface to a []byte type.
No description provided by the author
ToString converts an interface to string in a quick way.
ToStringMap casts an interface to a map[string]interface{} type.
ToStringNSlice converts an interface to string in a quick way or to a slice with strings if the input is a slice of interfaces.
ToStringSlice casts an interface to a []string type.
# Constants
Default resume file.
# Variables
ErrNoMoreRequests is internal error to indicate that generator has no more requests to generate.
# Structs
Options contains the configuration options for nuclei scanner.
ResumeCfg contains the scan progression.
No description provided by the author
Timeouts is a struct that contains all the timeout variants for nuclei dialer timeout is used to derive other timeouts.
# Type aliases
LoadHelperFileFunction can be used to load a helper file.