mirror of
https://github.com/projectdiscovery/nuclei
synced 2026-06-08 16:50:47 +00:00
83681fb308
* add template sign/parse methods * export installer package * add readme * consistent implementation of writefailure * fix lint error
7 lines
273 B
Go
7 lines
273 B
Go
package installer
|
|
|
|
// package install provides helper functions for all download and installation of following tasks:
|
|
// 1. downloading and install nuclei templates
|
|
// 2. download and update nuclei binary (i.e self update)
|
|
// 3. version check for nuclei binary & templates
|