mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
Top 100000 Subdomains in Certificate Transparency #88
This commit is contained in:
@@ -224,13 +224,15 @@ FLAGS
|
||||
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. 常见业务命名规律:
|
||||
4. 网上有关安全研究人员关于对证书透明度中常见子域提取的结果。
|
||||
* [Top 100000 Subdomains in Certificate Transparency](https://github.com/internetwache/CT_subdomains)
|
||||
5. 常见业务命名规律:
|
||||
* 单字母、单字母+单数字、双字母、双字母+单数字、双字母+双数字、三字母、四字母;
|
||||
* 单数字、双数字、三数字;
|
||||
5. 在公司或者说在DevOps中常见的工具和软件名称。
|
||||
6. 常见中文单词拼音和常见英文单词。
|
||||
7. 从以上获取的字典做优化排序以及脏数据去除处理。
|
||||
8. 非常欢迎你贡献更好的字典。
|
||||
6. 在公司或者说在DevOps中常见的工具和软件名称。
|
||||
7. 常见中文单词拼音和常见英文单词。
|
||||
8. 从以上获取的字典做优化排序以及脏数据去除处理。
|
||||
9. 非常欢迎你贡献更好的字典。
|
||||
|
||||
## 👏用到框架
|
||||
|
||||
|
||||
+91305
-29869
File diff suppressed because it is too large
Load Diff
@@ -238,6 +238,7 @@ Description of the subdomain dictionary source:
|
||||
3. Research results by security researchers:
|
||||
* [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)
|
||||
* [Top 100000 Subdomains in Certificate Transparency](https://github.com/internetwache/CT_subdomains)
|
||||
4. Common naming rules:
|
||||
* single letter, single letter + single number, double letter, double letter + single number, double letter + double number, three letters, four letters;
|
||||
* single number, double number, three numbers;
|
||||
|
||||
Reference in New Issue
Block a user