Skip to content

Commit

Permalink
fix nuclei-template to NoUpdateTemplates=true 2022-06-30 09:13:165655…
Browse files Browse the repository at this point in the history
…1609
  • Loading branch information
x51pwn committed Jun 30, 2022
1 parent 0459360 commit 24963b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuclei_Yaml/nuclei_yaml.go
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ func readConfig() {
options.UpdateNuclei = false
options.UpdateTemplates = false
options.TemplatesDirectory = "config/nuclei-templates"
options.NoUpdateTemplates = false
options.NoUpdateTemplates = true
options.EnableProgressBar = false
options.StatsJSON = false
options.StatsInterval = 5
Expand Down

0 comments on commit 24963b7

Please sign in to comment.