mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
参数调优
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user