Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 18 hours ago
JSON representation

A tool to link a domain with registered organisation names and emails, to other domains.

Awesome Lists containing this project

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?

![How it works](domLink.png)

## 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

![Example](domLink.gif)