Skip to content

Commit 8cedb23

Browse files
committed
fix 线程过多、目标多时内存开销过大多bug 2022-07-11 11:30:1657510229
1 parent 8d891fb commit 8cedb23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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": "1000","ScanAllIPS": true},
57+
"naabu": {"TopPorts": "1000","ScanAllIPS": true,"Threads": 64},
5858
"priorityNmap": true,
5959
"nuclei": {},
6060
"enablEmbedYaml": true,

config/config_me.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": "1000","ScanAllIPS": true},
57+
"naabu": {"TopPorts": "1000","ScanAllIPS": true,"Threads": 64},
5858
"nuclei": {},
5959
"priorityNmap": true,
6060
"enablEmbedYaml": true,

0 commit comments

Comments
 (0)