Versions in this module Expand all Collapse all v0 v0.0.2 Sep 23, 2024 v0.0.1 Jul 18, 2024 Changes in this version + const Organization + var ErrIsInstalled = errors.New("already installed") + var ErrIsUpToDate = errors.New("already up to date") + var ErrNoAssetFound = "could not find release asset for your platform (%s/%s)" + var ErrToolNotFound = "%s: tool not found in path %s: skipping, please install first" + type InstallType string + const Binary + const Go + type NucleiData struct + IgnoreHash string + Tools []Tool + type Tool struct + Assets map[string]int64 + GoInstallPath string + InstallType InstallType + Name string + Repo string + Requirements []ToolRequirement + Version string + type ToolRequirement struct + OS string + Specification []ToolRequirementSpecification + type ToolRequirementSpecification struct + Command string + Instruction string + Name string + Required bool