Skip to content

Commit f7fb04d

Browse files
committed
fix 默认开启nucleiwappalyzer technology detection 功能 2022-07-10 01:43:1657388594
1 parent bb4d7bc commit f7fb04d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuclei_Yaml/nuclei_yaml.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func readConfig() {
7676
options.Resume = ""
7777

7878
options.NewTemplates = false
79-
options.AutomaticScan = false
79+
options.AutomaticScan = true
8080
options.Templates = []string{}
8181
options.TemplateURLs = []string{}
8282
options.Workflows = []string{}

0 commit comments

Comments
 (0)