# Packages
No description provided by the author
# 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.
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.
# Variables
ErrNoMoreRequests is internal error to indicate that generator has no more requests to generate.
ProxySocksURL is the URL for the proxy socks server.
ProxyURL is the URL for the proxy server.
# Structs
Options contains the configuration options for nuclei scanner.
ResumeCfg contains the scan progression.
No description provided by the author