Skip to content

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

License

Notifications You must be signed in to change notification settings

Sumeet-R/ID-Lookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages