We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d18552 commit 0305baeCopy full SHA for 0305bae
.github/up.sh
@@ -2,5 +2,7 @@ cat ./go.mod|grep projectdiscovery|grep -E "subfinder|nuclei|wappalyzergo"|awk '
2
3
ls ../nuclei-templates|xargs -I % cp -rf ../nuclei-templates/% config/nuclei-templates/
4
go mod vendor
5
+# 工具静态分析代码实现
6
+go vet
7
8
config/config.json
@@ -54,7 +54,7 @@
54
"EnableKsubdomain": true,
55
"KsubdomainRegxp": "([0-9a-zA-Z\\-]+\\.[0-9a-zA-Z\\-]+)$",
56
"naabu_dns": {},
57
- "naabu": {"TopPorts": "http","ScanAllIPS": true},
+ "naabu": {"TopPorts": "full","ScanAllIPS": true},
58
"nuclei": {},
59
"enablEmbedYaml": true,
60
"httpx": {},
0 commit comments