Files
OneForAll-mirror/docs/dictionary_source.md
T
2020-08-15 16:38:34 +08:00

17 lines
1.2 KiB
Markdown

关于子域字典来源的说明:
1. 开源子域收集工具中的部分高频子域名字字典。
2. 网上有关服务商公布的最流行子域列表。
* [DNSPod](https://github.com/DNSPod/oh-my-free-data)
3. 网上有关安全研究人员关于对全网常见子域的研究结果。
* [the_most_popular_subdomains_on_the_internet](https://bitquark.co.uk/blog/2016/02/29/the_most_popular_subdomains_on_the_internet)
* [The most popular subdomains on the internet (2017 edition)](https://medium.com/@cmeister2/the-most-popular-subdomains-on-the-internet-2017-edition-a6b9c8a20fd8)
4. 网上有关安全研究人员关于对证书透明度中常见子域提取的结果。
* [Top 100000 Subdomains in Certificate Transparency](https://github.com/internetwache/CT_subdomains)
5. 常见业务命名规律:
* 单字母、单字母+单数字、双字母、双字母+单数字、双字母+双数字、三字母、四字母;
* 单数字、双数字、三数字;
6. 在公司或者说在DevOps中常见的工具和软件名称。
7. 常见中文单词拼音和常见英文单词。
8. 从以上获取的字典做优化排序以及脏数据去除处理。
9. 非常欢迎你贡献更好的字典。