We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d1e061 commit 202f0c3Copy full SHA for 202f0c3
config/setting.py
@@ -40,7 +40,7 @@
40
# 爆破所使用的字典路径(默认None则使用data/subdomains.txt,自定义字典请使用绝对路径)
41
brute_wordlist_path = None
42
use_china_nameservers = True # 使用中国域名服务器 如果你所在网络不在中国则建议设置False
43
-enable_recursive_brute = True # 是否使用递归爆破(默认False)
+enable_recursive_brute = False # 是否使用递归爆破(默认False)
44
brute_recursive_depth = 2 # 递归爆破深度(默认2层)
45
# 爆破下一层子域所使用的字典路径(默认None则使用data/subnames_next.txt,自定义字典请使用绝对路径)
46
recursive_nextlist_path = None
0 commit comments