mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 15:37:01 +00:00
* use parsed options while signing * update project layout to v3 * fix .gitignore * remove example template * misc updates * bump tlsx version * hide template sig warning with env * js: retain value while using log * fix nil pointer derefernce * misc doc update --------- 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
|