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