mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
默认开启子域爆破
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user