Skip to content

Commit a3ca55c

Browse files
committed
添加altdns设置
1 parent 0d366a8 commit a3ca55c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/setting.py

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
enable_dns_resolve = True # 使用DNS解析子域(默认True)
1616
enable_http_request = True # 使用HTTP请求子域(默认True)
1717
enable_finder_module = True # 开启finder模块,开启会从响应体和JS中再次发现子域(默认True)
18+
enable_altdns_module = True # 开启altdns模块,开启会利用置换技术重组子域再次发现新子域(默认True)
1819
enable_cdn_check = True # 开启cdn检查模块(默认True)
1920
enable_banner_identify = True # 开启WEB指纹识别模块(默认True)
2021
enable_takeover_check = False # 开启子域接管风险检查(默认False)

0 commit comments

Comments
 (0)