Merge pull request #1100 from StepSisStuck/better-readmes

feat(docs): Improve readme files for better clarity and usage examples
This commit is contained in:
g0tmi1k
2024-11-20 10:20:43 +00:00
committed by GitHub
4 changed files with 200 additions and 35 deletions
+21 -5
View File
@@ -1,13 +1,29 @@
## combined_subdomains
# DNS discovery wordlists
## combined_subdomains.txt
### Overview
This wordlist is a combination of the following wordlists with a few subdomains added:
- bitquark-subdomains-top100000.txt
- shubs-subdomains.txt
- subdomains-top1million-110000.txt
## `subdomains-top1million-*`
### Usage
Use for: discovering subdomains
> [!WARNING]
> These wordlists are several years old, they were made in 2015. You will not be able to detect deployments of any services which were invented after 2015 using these wordlists, because their names will not be on the lists.
### Source
This list is automatically updated by a GitHub action whenever any of the lists it's composed by is modified.
These wordlists were [zone-transfered from Amazon's Alexa.com](https://gist.github.com/ethicalhack3r/6145925) in 2015. They are lists of the most used subdomains at the time, as reported by Alexa.com.
## subdomains-top1million-110000.txt
### Overview
These wordlists were [zone-transferred from Amazon's Alexa.com](https://gist.github.com/ethicalhack3r/6145925) in 2015. They are lists of the most used subdomains at the time, as reported by Alexa.com.
### Usage
Use for: discovering subdomains
### Source
Source: https://gist.github.com/ethicalhack3r/6145925
### References
- [Zone Transfer from Alexa.com](https://gist.github.com/ethicalhack3r/6145925)