File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -415,20 +415,19 @@ The `-sw` flag provides automatic wildcard detection and filtering without requi
415415$ dnsx -l domains.txt -sw
416416
417417[INF] Detecting wildcard root subdomains
418- [INF] Found 7 wildcard roots:
419- [INF] *.herokuapp .com
418+ [INF] Found 8 wildcard roots:
419+ [INF] *.netlify .com
420420[INF] *.dev.projectdiscovery.io
421- [INF] *.vercel.app
422- [INF] *.ngrok.io
423421[INF] *.netlify.app
424- [INF] *.netlify.com
422+ [INF] *.ngrok.io
423+ [INF] *.wordpress.com
424+ [INF] *.vercel.app
425425[INF] *.github.io
426- example.com
427- herokuapp.com
428- netlify.app
429- projectdiscovery.io
430- vercel.app
431- [INF] Found 5 non-wildcard domains (10 wildcard subdomains filtered)
426+ [INF] *.herokuapp.com
427+ cloud.projectdiscovery.io
428+ docs.projectdiscovery.io
429+ www.example.com
430+ [INF] Found 3 non-wildcard domains (11 wildcard subdomains filtered)
432431```
433432
434433The wildcard retry count can be configured with ` -wildcard-retry ` (default 5):
@@ -495,7 +494,7 @@ func main() {
495494- As default ` dnsx ` uses Google, Cloudflare, Quad9 [ resolver] ( https://github.com/projectdiscovery/dnsx/blob/43af78839e237ea8cbafe571df1ab0d6cbe7f445/libs/dnsx/dnsx.go#L31 ) .
496495- Custom resolver list can be loaded using the ` r ` flag.
497496- Domain name (` wd ` ) input is required for wildcard filtering with ` -wd ` . The ` -sw ` flag provides automatic wildcard detection without needing ` -wd ` .
498- - DNS record flag can not be used when using wildcard filtering with ` -wd ` .
497+ - DNS record flags cannot be used when using wildcard filtering ( ` -wd ` or ` -sw ` ) .
499498- DNS resolution (` l ` ) and DNS brute-forcing (` w ` ) can't be used together.
500499- VPN operators tend to filter high DNS/UDP traffic, therefore the tool might experience packets loss (eg. [ Mullvad VPN] ( https://github.com/projectdiscovery/dnsx/issues/221 ) ). Check [ this potential solution] ( ./MULLVAD.md ) .
501500
You can’t perform that action at this time.
0 commit comments