Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
projectdiscovery
GitHub Repository: projectdiscovery/nuclei
Path: blob/dev/pkg/installer/doc.go
2070 views
1
package installer
2
3
// package install provides helper functions for all download and installation of following tasks:
4
// 1. downloading and install nuclei templates
5
// 2. download and update nuclei binary (i.e self update)
6
// 3. version check for nuclei binary & templates
7
8