From 4abdc9424d50a44c1872a417c97312060e37cbbb Mon Sep 17 00:00:00 2001 From: Jing Ling Date: Sat, 7 Mar 2020 02:52:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AD=90=E5=9F=9F=E5=AD=97?= =?UTF-8?q?=E5=85=B8=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 8 ++++++++ README.md | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/README.en.md b/README.en.md index 1cda626..f72bec8 100644 --- a/README.en.md +++ b/README.en.md @@ -276,6 +276,14 @@ D:. ``` +A note about subdomain dictionaries: +  1. Some high frequency subdomain name dictionary in open source subdomain collection tool. +  2. List of the most popular subdomains published by relevant service providers online. +  3. Online research results by security researchers on common subdomains throughout the network. +    . [https://bitquark.co.uk/blog/2016/02/29/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. You are very welcome to contribute a better dictionary. + ## 👏Framework used * [aiodns](https://github.com/saghul/aiodns) - aiodns provides a simple way for doing asynchronous DNS resolutions using [pycares](https://github.com/saghul/pycares). diff --git a/README.md b/README.md index e0f6e09..804d88e 100644 --- a/README.md +++ b/README.md @@ -270,6 +270,14 @@ D:. ``` +关于子域字典来说的说明: + 1. 开源子域收集工具中的部分高频子域名字字典。 + 2. 网上有关服务商公布的最流行子域列表。 + 3. 网上有关安全研究人员关于对全网常见子域的研究结果。 + . [https://bitquark.co.uk/blog/2016/02/29/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. 非常欢迎你贡献更好的字典。 + ## 👏用到框架 * [aiodns](https://github.com/saghul/aiodns) - 简单DNS异步解析库。