文件重命名

This commit is contained in:
Jing Ling
2020-11-09 18:49:17 +08:00
parent fec72d2082
commit 5f14d492ca
6 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -62,8 +62,8 @@ brute_wordlist_path = data_storage_dir.joinpath('subnames.txt')
authoritative_dns_path = data_storage_dir.joinpath('authoritative_dns.txt')
enable_recursive_brute = False # 是否使用递归爆破(默认False)
brute_recursive_depth = 2 # 递归爆破深度(默认2层)
# 爆破下一层子域所使用的字典路径 默认data/next_subdomains.txt
recursive_nextlist_path = data_storage_dir.joinpath('next_subnames.txt')
# 爆破下一层子域所使用的字典路径 默认data/subnames_next.txt
recursive_nextlist_path = data_storage_dir.joinpath('subnames_next.txt')
enable_check_dict = False # 是否开启字典配置检查提示(默认False)
delete_generated_dict = True # 是否删除爆破时临时生成的字典(默认True)
delete_massdns_result = True # 是否删除爆破时massdns输出的解析结果 (默认True)
+2 -2
View File
@@ -42,8 +42,8 @@ brute_wordlist_path = data_storage_dir.joinpath('subnames.txt')
authoritative_dns_path = data_storage_dir.joinpath('authoritative_dns.txt')
enable_recursive_brute = False # 是否使用递归爆破(默认False)
brute_recursive_depth = 2 # 递归爆破深度(默认2层)
# 爆破下一层子域所使用的字典路径 默认data/next_subdomains.txt
recursive_nextlist_path = data_storage_dir.joinpath('next_subnames.txt')
# 爆破下一层子域所使用的字典路径 默认data/subnames_next.txt
recursive_nextlist_path = data_storage_dir.joinpath('subnames_next.txt')
enable_check_dict = False # 是否开启字典配置检查提示(默认False)
delete_generated_dict = True # 是否删除爆破时临时生成的字典(默认True)
# 是否删除爆破时massdns输出的解析结果 (默认True)
Binary file not shown.
+4 -4
View File
@@ -47,11 +47,11 @@ D:.
|
+---data 存放一些所需数据
| authoritative_dns.txt 临时存放开启了泛解析域名的权威DNS名称服务器IP地址
| big_subnames.txt 子域爆破超大字典
| cn_nameservers.txt 中国主流名称服务器IP地址
| subnames_big.7z 子域爆破超大字典
| nameservers_cn.txt 中国主流名称服务器IP地址
| fingerprints.json 检查子域接管风险的指纹
| nameservers.txt 全球主流名称服务器IP地址
| next_subnames.txt 下一层子域字典
| subnames_next.txt 下一层子域字典
| public_suffix_list.dat 顶级域名后缀
| srv_prefixes.json 常见SRV记录前缀名
| subnames.txt 子域爆破常见字典
@@ -175,4 +175,4 @@ D:.
cyggcc_s-1.dll
cygwin1.dll
massdns_windows_i686.exe
```
```