From 973f8653a6661b6221aeb0cc5aabeaf0454bd493 Mon Sep 17 00:00:00 2001 From: "Autumn.home" Date: Mon, 9 Sep 2024 22:40:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/default.py | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/core/default.py b/core/default.py index b09e84e..e690e06 100644 --- a/core/default.py +++ b/core/default.py @@ -256,23 +256,23 @@ def get_root_domain(url): return root_domain -ModulesConfig = '''maxGoroutineCount: 0 # 根据需要设置最大协程数量 +ModulesConfig = '''maxGoroutineCount: 7 # 根据需要设置最大协程数量 subdomainScan: - goroutineCount: 0 # 设置"子域名扫描"模块最大并发 -subdomainResultHandl: - goroutineCount: 0 # 设置"子域名结果处理"模块最大并发 + goroutineCount: 7 # 设置"子域名扫描"模块最大并发 +subdomainResultHandle: + goroutineCount: 7 # 设置"子域名结果处理"模块最大并发 assetMapping: - goroutineCount: 0 # 设置"资产测绘"模块最大并发 -assetResultHandl: - goroutineCount: 0 # 设置"资产结果处理"模块最大并发 + goroutineCount: 7 # 设置"资产测绘"模块最大并发 +assetResultHandle: + goroutineCount: 7 # 设置"资产结果处理"模块最大并发 portScan: - goroutineCount: 0 # 设置"端口扫描"模块最大并发 + goroutineCount: 7 # 设置"端口扫描"模块最大并发 URLScan: - goroutineCount: 0 # 设置"URL扫描"模块最大并发 -URLScanResultHandl: - goroutineCount: 0 # 设置"URL扫描结果处理"模块最大并发 + goroutineCount: 7 # 设置"URL扫描"模块最大并发 +URLScanResultHandle: + goroutineCount: 7 # 设置"URL扫描结果处理"模块最大并发 webCrawler: - goroutineCount: 0 # 设置"爬虫扫描"模块最大并发 + goroutineCount: 3 # 设置"爬虫扫描"模块最大并发 vulnerabilityScan: - goroutineCount: 0 # 设置"漏洞扫描"模块最大并发 + goroutineCount: 3 # 设置"漏洞扫描"模块最大并发 ''' \ No newline at end of file