Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cybercdh/cnames
take a list of resolved subdomains and output any corresponding CNAMES en masse.
https://github.com/cybercdh/cnames
Last synced: 5 days ago
JSON representation
take a list of resolved subdomains and output any corresponding CNAMES en masse.
- Host: GitHub
- URL: https://github.com/cybercdh/cnames
- Owner: cybercdh
- Created: 2020-03-02T22:17:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-21T14:55:22.000Z (over 1 year ago)
- Last Synced: 2024-08-01T10:17:23.360Z (3 months ago)
- Language: Go
- Size: 11.7 KB
- Stars: 12
- Watchers: 1
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-bugbounty-tools - cnames - take a list of resolved subdomains and output any corresponding CNAMES en masse. (Miscellaneous / Subdomain Takeover)
README
## cnames
Take a list of resolved domains and / or subdomains and output any associated CNAMES. Accepts input via stdin or as an argument
## Recommended Usage
`$ cat subdomains | filter-resolved | cnames`
or
`$ assetfinder -subs-only example.com | filter-resolved | cnames -c 50 | sort -u`
or
`$ cnames sub.example.com`
or if you want to see which subdomain has the associated CNAME, use the verbose flag:
`$ cat subdomains | filter-resolved | cnames -v`
## Install
If you have Go installed and configured (i.e. with $GOPATH/bin in your $PATH):
`go install github.com/cybercdh/cnames@latest`