Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/soxoj/netlas-email-search
- Owner: soxoj
- License: apache-2.0
- Created: 2021-09-04T13:10:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-04T02:18:34.000Z (over 1 year ago)
- Last Synced: 2024-10-14T15:41:29.666Z (about 1 month ago)
- Topics: email, osint, scraper, search
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 15
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ip-search-engines - :heartpulse:Netlas Email Search Python:heartpulse:
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 queryDownloaded 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