Documentation
¶
Index ¶
Constants ¶
View Source
const Organization = "projectdiscovery"
Variables ¶
View Source
var ( ErrIsInstalled = errors.New("already installed") ErrIsUpToDate = errors.New("already up to date") ErrNoAssetFound = "could not find release asset for your platform (%s/%s)" ErrToolNotFound = "%s: tool not found in path %s: skipping" )
Functions ¶
This section is empty.
Types ¶
type NucleiData ¶
type ToolRequirement ¶ added in v0.0.8
type ToolRequirement struct {
OS string `json:"os"`
Specification []ToolRequirementSpecification `json:"specification"`
}
Click to show internal directories.
Click to hide internal directories.