Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/Sumeet-R/ID-Lookup
- Owner: Sumeet-R
- License: gpl-3.0
- Created: 2019-09-21T15:44:54.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-12T04:53:18.000Z (6 months ago)
- Last Synced: 2024-08-01T16:55:26.604Z (3 months ago)
- Language: Python
- Size: 41 KB
- Stars: 12
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 requirementsRunning the ID-Lookup
> python3 idlookup.py![alt text](https://github.com/Sumeet-R/ID-Lookup/blob/master/init.PNG?raw=true)