Improve readme files for better clarity and usage examples

Related to #929

Update README.md files to provide better guidance on using wordlists.

* **Discovery/Web-Content/README.md**
  - Add sections "Overview," "Usage," "Source," and "References" for each wordlist.
  - Include examples and tutorials for using the wordlists.
  - Provide step-by-step instructions and command examples.

* **Discovery/DNS/README.md**
  - Add sections "Overview," "Usage," "Source," and "References" for each wordlist.
  - Include examples and tutorials for using the wordlists.
  - Provide step-by-step instructions and command examples.

* **Discovery/Web-Content/api/README.md**
  - Add sections "Overview," "Usage," "Source," and "References" for each wordlist.
  - Include examples and tutorials for using the wordlists.
  - Provide step-by-step instructions and command examples.

* **Discovery/Web-Content/URLs/README.md**
  - Add sections "Overview," "Usage," "Source," and "References" for each wordlist.
  - Include examples and tutorials for using the wordlists.
  - Provide step-by-step instructions and command examples.
This commit is contained in:
Stanly
2024-11-05 21:58:51 +08:00
parent 38a9962479
commit 6b931eb4be
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)