Skip to content

Commit

Permalink
上个commit误开启了递归爆破,现在恢复默认配置
Browse files Browse the repository at this point in the history
  • Loading branch information
lovelyjuice committed Sep 10, 2024
1 parent 4d1e061 commit 202f0c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/setting.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# 爆破所使用的字典路径(默认None则使用data/subdomains.txt,自定义字典请使用绝对路径)
brute_wordlist_path = None
use_china_nameservers = True # 使用中国域名服务器 如果你所在网络不在中国则建议设置False
enable_recursive_brute = True # 是否使用递归爆破(默认False)
enable_recursive_brute = False # 是否使用递归爆破(默认False)
brute_recursive_depth = 2 # 递归爆破深度(默认2层)
# 爆破下一层子域所使用的字典路径(默认None则使用data/subnames_next.txt,自定义字典请使用绝对路径)
recursive_nextlist_path = None
Expand Down

0 comments on commit 202f0c3

Please sign in to comment.