TrendingTechnology / phomber

Phomber is infomation grathering tool that reverse search phone numbers and get their details, written in python3.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Infomation Grathering tool that reverse search phone numbers and get their details !


What is phomber?
  • Phomber is one of the best tools available for Infomation Grathering.
  • It reverse searches given number online and retrieves all data available.

Search & Scans
  • Basic search
  • Advance search (Experimental)
  • Truecaller scan (Comming soon)

Operating Systems Tested
  • Supported OS
  • Supported OS
  • Supported OS

Direct Downloads



Installation

Clone the repo

 git clone https://github.com/s41r4j/phomber

Change the directory

 cd phomber

Install Requirements

pip install -r requirements.txt
Additional Configuration
  • There is a config.py file persent in phomber folder.
  • Click on 'Additional Settings' to see how to configure it.


Usage

The PH0MBER takes command line arguments.

$ python3 phomber.py +(country code)xxxxxxxxxx

Example (Linux based):

s41r4j@github:~/Desktop/phomber$ python3 phomber.py +001234567890
Explaination
  • python3 phomber.py - Running phomber script with python3
  • +001234567890 - Command line argument, the phone number you want to search.
Phone number breakdown / explained
  • +00 is country code, eg: +1 (Canada, US), +47 (Norway), +91 (India), +86 (China)
  • 1234567890 is the phone number without spaces, dashes & brackets



Prerequisites

Required
  • python3
  • git

Optional





The Developer of PH0MBER is not responsible for an loss or misuse of the tool, it is end user's responsiblity.


Support

Buy Me A Coffee





s41r4j's github stats

About

Phomber is infomation grathering tool that reverse search phone numbers and get their details, written in python3.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%