默认开启子域爆破

This commit is contained in:
Jing Ling
2020-09-17 03:06:29 +08:00
parent ba48f0c733
commit 414fe0614c
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ data_storage_dir = relative_directory.joinpath('data') # 数据存放目录
# OneForAll入口参数设置
enable_check_version = True # 开启最新版本检查
enable_brute_module = False # 使用爆破模块(默认False)
enable_brute_module = True # 使用爆破模块(默认True)
enable_dns_resolve = True # 使用DNS解析子域(默认True)
enable_http_request = True # 使用HTTP请求子域(默认True)
enable_finder_module = True # 开启finder模块,开启会从响应体和JS中再次发现子域(默认True)