-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME.md.template
31 lines (22 loc) · 1.44 KB
/
README.md.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!-- Auto-generated file. See README.md.template and build-stats.sh. -->
# zone-walks
A collection of domain lists obtained from zone-walking TLDs. Updated daily.
## What's zone walking?
Zone walking is a method of enumerating domain names that takes advantage of a quirk in DNSSEC. To learn more, see the following resources:
- [Authenticating NXDOMAIN responses and NSEC - Wikipedia](https://en.wikipedia.org/wiki/Domain_Name_System_Security_Extensions#Authenticating_NXDOMAIN_responses_and_NSEC)
- [Economical With The Truth: Making DNSSEC Answers Cheap - Cloudflare](https://blog.cloudflare.com/black-lies/)
## Current Stats
TLD | Domain Count
--- | ---
{{#zones}}
[`{{zone}}`][{{zone}}] [(raw)][{{zone}}-raw] | <div align="right">{{domains}}</div>
{{/zones}}
**Total** | <div align="right">{{total}}</div>
## See Also
* [`zone-walker`](https://github.com/flotwig/zone-walker) is the tool this repo uses to collect the lists.
* [TLDR-2](https://github.com/flotwig/TLDR-2) - a collection of successful zone transfers (AXFRs) against TLDs. Auto-updated.
* @monoidic's [TLDR2](https://github.com/monoidic/TLDR2) - an extension of TLDR that collects information about which zones are walkable. This is the inspiration for `zone-walks`, and `zone-walks` even uses the `walkable_zones.md` data from TLDR2 as a seed.
{{#zones}}
[{{zone}}]: ./lists/{{zone}}.txt
[{{zone}}-raw]: https://raw.githubusercontent.com/flotwig/zone-walks/main/lists/{{zone}}.txt
{{/zones}}