mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 20:35:26 +00:00
* 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
|