Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Sumeet-R/ID-Lookup

A search tool that can find exposed email addresses and mobile numbers on Internet.
https://github.com/Sumeet-R/ID-Lookup

Last synced: 12 days ago
JSON representation

A search tool that can find exposed email addresses and mobile numbers on Internet.

Awesome Lists containing this project

README

        

# ID-Lookup

A powerful search tool that can find exposed email addresses and mobile numbers on Internet.

First Thing First

This tool is only capable of finding publicly available information using search engine, and do not illicitly breaks into any private databases. This tool should not be used as a recon tool for harvesting email addresses.



Short working demonstration of ID-Looup

https://www.youtube.com/watch?v=upqk_G0_hzc&feature=youtu.be



How stuff works?
This program utilises requests package to send crafted search requests to Google Search engine. The program then reads the reponse from search results, peeps into every URL and extracts information using regular expression.



Installation on Red Hat Enterprise Linux, CentOS, and Fedora

> sudo yum update

> sudo yum install python3 python3-pip git -y

> git clone https://github.com/Sumeet-R/ID-Lookup

> cd ID-Lookup

> sudo pip3 install -r requirements

Installation on Debian, Ubuntu, Linux Mint, and elementary OS

> sudo apt-get update

> sudo apt-get install python3 python3-pip git -y

> git clone https://github.com/Sumeet-R/ID-Lookup

> cd ID-Lookup

> sudo pip3 install -r requirements

Running the ID-Lookup

> python3 idlookup.py

![alt text](https://github.com/Sumeet-R/ID-Lookup/blob/master/init.PNG?raw=true)