mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-20 00:15:25 +00:00
* adds template manager * refactor: checkpoint * centrailized config & template download logic * refactor removed unused code * use global template directory * update related bug fixes * bug fix create cfg dir if missing * fix lint error * bug fix skip writing template dir in callback * misc update * remove unused code * use strings.equalfold for comparison --------- Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com>
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
|