mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 12:57:50 +08:00
修改模块线程超时为90秒
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ enable_partial_module = [] # 启用部分收集模块 必须禁用enable_all_mo
|
|||||||
# 只使用ask和baidu搜索引擎收集子域的示例
|
# 只使用ask和baidu搜索引擎收集子域的示例
|
||||||
# enable_partial_module = [('modules.search', 'ask')
|
# enable_partial_module = [('modules.search', 'ask')
|
||||||
# ('modules.search', 'baidu')]
|
# ('modules.search', 'baidu')]
|
||||||
module_thread_timeout = 120.0 # 每个收集模块线程超时时间(默认2分钟)
|
module_thread_timeout = 90.0 # 每个收集模块线程超时时间(默认90秒)
|
||||||
|
|
||||||
# 爆破模块设置
|
# 爆破模块设置
|
||||||
enable_wildcard_check = True # 开启泛解析检测(默认True)
|
enable_wildcard_check = True # 开启泛解析检测(默认True)
|
||||||
|
|||||||
+1
-1
@@ -35,7 +35,7 @@ enable_partial_module = [] # 启用部分收集模块 必须禁用enable_all_mo
|
|||||||
# 只使用ask和baidu搜索引擎收集子域的示例
|
# 只使用ask和baidu搜索引擎收集子域的示例
|
||||||
# enable_partial_module = [('modules.search', 'ask')
|
# enable_partial_module = [('modules.search', 'ask')
|
||||||
# ('modules.search', 'baidu')]
|
# ('modules.search', 'baidu')]
|
||||||
module_thread_timeout = 120.0 # 每个收集模块线程超时时间(默认2分钟)
|
module_thread_timeout = 90.0 # 每个收集模块线程超时时间(默认90秒)
|
||||||
|
|
||||||
# 爆破模块设置
|
# 爆破模块设置
|
||||||
brute_wildcard_check = True # 开启泛解析检测(默认True)
|
brute_wildcard_check = True # 开启泛解析检测(默认True)
|
||||||
|
|||||||
Reference in New Issue
Block a user