Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrGenericError = errors.New("something went wrong when calling nuclei, please check if the args are correct")
View Source
var ErrInvalidJsonBody = errors.New("invalid json body")
View Source
var ErrInvalidSeverity = errors.New("invalid severity")
View Source
var ErrInvalidUrlOrList = errors.New("you need to insert an url or list")
Functions ¶
This section is empty.
Types ¶
type NucleiResult ¶
type NucleiResult struct { TemplateID string `json:"template-id"` Info Info `json:"info"` MatcherName string `json:"matcher-name"` Type string `json:"type"` Host string `json:"host"` MatchedAt string `json:"matched-at"` Timestamp time.Time `json:"timestamp"` CurlCommand string `json:"curl-command"` }
type Repository ¶
Click to show internal directories.
Click to hide internal directories.