Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/soxoj/netlas-email-search

Search emails with Netlas.io
https://github.com/soxoj/netlas-email-search

email osint scraper search

Last synced: about 1 month ago
JSON representation

Search emails with Netlas.io

Awesome Lists containing this project

README

        

# netlas-email-search

Search emails with Netlas.io in the following sources:
- Whois data
- SSL certificates
- Sites contact data
- Web pages content

## Installation

1. _pip3 install -r requirements.txt_

2. Copy API key from your [Profile page](https://app.netlas.io/profile/)

3. Just run the script!

## Usage

Search by a specific email address:

./netlas-email-search.py EMAIL

Search by a email domain (wildcard):

./netlas-email-search.py protonmail.com

## Example

```
# ./netlas-email-search.py root@localhost
Whois search did't return results
SSL search can return 49710 results
Downloading 20 results...
Downloaded first 20 results only. You can get all the results manually with a query
Contacts search can return 6 results
Downloading 6 results...
Webpage search can return 288451 results
Downloading 20 results...
Downloaded first 20 results only. You can get all the results manually with a query

Downloaded data was saved to following files:
SSL_root@localhost_results.json
Contacts_root@localhost_results.json
Webpage_root@localhost_results.json
```

## TODO

- [ ] Data downloading from Netlas