Skip to content

Commit 202f0c3

Browse files
author
lovelyjuice
committed
上个commit误开启了递归爆破,现在恢复默认配置
1 parent 4d1e061 commit 202f0c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/setting.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
# 爆破所使用的字典路径(默认None则使用data/subdomains.txt,自定义字典请使用绝对路径)
4141
brute_wordlist_path = None
4242
use_china_nameservers = True # 使用中国域名服务器 如果你所在网络不在中国则建议设置False
43-
enable_recursive_brute = True # 是否使用递归爆破(默认False)
43+
enable_recursive_brute = False # 是否使用递归爆破(默认False)
4444
brute_recursive_depth = 2 # 递归爆破深度(默认2层)
4545
# 爆破下一层子域所使用的字典路径(默认None则使用data/subnames_next.txt,自定义字典请使用绝对路径)
4646
recursive_nextlist_path = None

0 commit comments

Comments
 (0)