参数调优

This commit is contained in:
Jing Ling
2020-08-14 18:12:47 +08:00
parent 814062b908
commit cda94eaea8
+1 -1
View File
@@ -51,7 +51,7 @@ brute_status_format = 'ansi' # 爆破时状态输出格式(默认asni,可
brute_process_num = 1 # 默认1 brute_process_num = 1 # 默认1
brute_concurrent_num = 2000 # 并发查询数量(默认2000,最大推荐10000) brute_concurrent_num = 2000 # 并发查询数量(默认2000,最大推荐10000)
brute_socket_num = 1 # 爆破时每个进程下的socket数量 brute_socket_num = 1 # 爆破时每个进程下的socket数量
brute_resolve_num = 50 # 解析失败时尝试换名称服务器重查次数 brute_resolve_num = 3 # 解析失败时尝试换名称服务器重查次数
# 爆破所使用的字典路径 默认data/subdomains.txt # 爆破所使用的字典路径 默认data/subdomains.txt
brute_wordlist_path = data_storage_dir.joinpath('subnames.txt') brute_wordlist_path = data_storage_dir.joinpath('subnames.txt')
# 爆破所使用的字典路径 默认data/cn_nameservers.txt # 爆破所使用的字典路径 默认data/cn_nameservers.txt