mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 21:45:26 +00:00
version update
This commit is contained in:
parent
1c76398aea
commit
f2f250738c
@ -311,6 +311,7 @@ STATISTICS:
|
|||||||
|
|
||||||
CLOUD:
|
CLOUD:
|
||||||
-auth configure projectdiscovery cloud (pdcp) api key (default true)
|
-auth configure projectdiscovery cloud (pdcp) api key (default true)
|
||||||
|
-tid, -team-id string upload scan results to given team id (optional) (default "none")
|
||||||
-cup, -cloud-upload upload scan results to pdcp dashboard
|
-cup, -cloud-upload upload scan results to pdcp dashboard
|
||||||
-sid, -scan-id string upload scan results to existing scan id (optional)
|
-sid, -scan-id string upload scan results to existing scan id (optional)
|
||||||
-sname, -scan-name string scan name to set (optional)
|
-sname, -scan-name string scan name to set (optional)
|
||||||
|
|||||||
@ -31,7 +31,7 @@ const (
|
|||||||
CLIConfigFileName = "config.yaml"
|
CLIConfigFileName = "config.yaml"
|
||||||
ReportingConfigFilename = "reporting-config.yaml"
|
ReportingConfigFilename = "reporting-config.yaml"
|
||||||
// Version is the current version of nuclei
|
// Version is the current version of nuclei
|
||||||
Version = `v3.3.0`
|
Version = `v3.3.1`
|
||||||
// Directory Names of custom templates
|
// Directory Names of custom templates
|
||||||
CustomS3TemplatesDirName = "s3"
|
CustomS3TemplatesDirName = "s3"
|
||||||
CustomGitHubTemplatesDirName = "github"
|
CustomGitHubTemplatesDirName = "github"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user