Skip to content

Commit 0305bae

Browse files
committed
fix naabu TopPorts to full
1 parent 6d18552 commit 0305bae

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/up.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ cat ./go.mod|grep projectdiscovery|grep -E "subfinder|nuclei|wappalyzergo"|awk '
22

33
ls ../nuclei-templates|xargs -I % cp -rf ../nuclei-templates/% config/nuclei-templates/
44
go mod vendor
5+
# 工具静态分析代码实现
6+
go vet
57

68

config/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"EnableKsubdomain": true,
5555
"KsubdomainRegxp": "([0-9a-zA-Z\\-]+\\.[0-9a-zA-Z\\-]+)$",
5656
"naabu_dns": {},
57-
"naabu": {"TopPorts": "http","ScanAllIPS": true},
57+
"naabu": {"TopPorts": "full","ScanAllIPS": true},
5858
"nuclei": {},
5959
"enablEmbedYaml": true,
6060
"httpx": {},

0 commit comments

Comments
 (0)