添加子域字典说明

This commit is contained in:
Jing Ling
2020-03-07 02:52:55 +08:00
parent 7a545b7d3e
commit 4abdc9424d
2 changed files with 16 additions and 0 deletions
+8
View File
@@ -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).