projectdiscovery / subfinder

Fast passive subdomain enumeration tool.
https://projectdiscovery.io
MIT License
10.3k stars 1.28k forks source link

[Feature] Wildcards check support multi-level subdomain #365

Closed lostsnow closed 3 years ago

lostsnow commented 3 years ago

Is your feature request related to a problem? Please describe.

Currently wildcards check only support *.domain.com

Describe the solution you'd like

Hope to support multi-level subdomains such as .foo.domain.com, .bar.foo.domain.com, etc.

ehsandeep commented 3 years ago

@lostsnow do you have some examples to share that we can use for evaluation?

lostsnow commented 3 years ago

@lostsnow do you have some examples to share that we can use for evaluation?

*.114.qq.com

;; ANSWER SECTION:
4006505080.114.qq.com.  569     IN      A       125.39.133.28
;; ANSWER SECTION:
e9b0ba0e20c7d682a.114.qq.com. 600 IN    A       125.39.133.28

*.ews.ecyao.com

;; ANSWER SECTION:
f0274511afe033.ews.ecyao.com. 600 IN    A       139.199.64.198
;; ANSWER SECTION:
8c5427b9334a.ews.ecyao.com. 600 IN      A       139.199.64.198
ehsandeep commented 3 years ago

SubFinder uses dnsx for active resolutions, it will be done as part of dnsx and tracking here https://github.com/projectdiscovery/dnsx/issues/34