From 79c61e76f616a2316215be1462d6dab2b33593f4 Mon Sep 17 00:00:00 2001 From: Jing Ling Date: Sat, 16 Jan 2021 16:35:55 +0800 Subject: [PATCH] typo --- config/default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default.py b/config/default.py index 38247dc..1ed705a 100644 --- a/config/default.py +++ b/config/default.py @@ -28,7 +28,7 @@ enable_enrich_module = True # 开启enrich模块,开启会富化出信息, enable_banner_identify = True # 开启WEB指纹识别模块(默认True) enable_takeover_check = False # 开启子域接管风险检查(默认False) # 参数可选值有 'small', 'medium', 'large' -http_request_port = 'small' # HTTP请求子域(默认'small',探测80,443端口) +http_request_port = 'small' # HTTP请求子域(默认 'small',探测80,443端口) # 参数可选值True,False分别表示导出存活,全部子域结果 result_export_alive = False # 只导出存活的子域结果(默认False) # 参数可选格式有 'csv', 'json'