https://github.com/vysecurity/DomLink
A tool to link a domain with registered organisation names and emails, to other domains.
https://github.com/vysecurity/DomLink
Last synced: about 1 month ago
JSON representation
A tool to link a domain with registered organisation names and emails, to other domains.
- Host: GitHub
- URL: https://github.com/vysecurity/DomLink
- Owner: vysecurity
- License: mit
- Created: 2018-04-08T02:12:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T13:40:38.000Z (12 months ago)
- Last Synced: 2025-03-26T07:02:16.254Z (about 1 month ago)
- Language: Python
- Size: 1.4 MB
- Stars: 840
- Watchers: 28
- Forks: 141
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
- awesome-hacking-lists - vysecurity/DomLink - A tool to link a domain with registered organisation names and emails, to other domains. (Python)
README
# DomLink
## Blog Post
https://vincentyiu.co.uk/red-team/reconaissance/domlink-automating-domain-discovery
## Author
Vincent Yiu (@vysecurity)
### Contributors
John Bond (@b4ldr)
Jan Rude (@whoot)## What is DomLink?
DomLink is a tool that uses a domain name to discover organisation name and associated e-mail address to then find further associated domains.
This is useful for bug bounty and red team engagements where you need to discover more domains associated with the target.
## How does it work?

## Usage
1) Get an API key from WHOXY.com
2) Set that API key in a file named ```domLink.cfg``` in the same directory.```
python domLink.py -D target.com -o target.out.txt
```## Example
