├── .gitattributes ├── common_nodes.txt ├── README.md └── common_nodes_6_occurrences.txt /.gitattributes: -------------------------------------------------------------------------------- 1 | *.txt filter=lfs diff=lfs merge=lfs -text 2 | -------------------------------------------------------------------------------- /common_nodes.txt: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d06bfb98082b8609ce8852186ff2d82d447211df9878622d4a7f4cd32456ab96 3 | size 37491119 4 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # subdomain_data 2 | Results from analyzing data gathered from 1.6 billion subdomains 3 | This can be used as a wordlist for subdomain enumeration. 4 | -------------------------------------------------------------------------------- /common_nodes_6_occurrences.txt: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:53a1d94f67f0056877623c0ae3d248dfadb96b7e939933ad9a7e478c362537fc 3 | size 83366993 4 | --------------------------------------------------------------------------------