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

Overview

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):

s4[email protected]:~/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

Comments
  • Code Review

    Code Review

    I like the tool, over all you have GREAT code, great functionality, and even organizations, I also see everything under a definition and call it with if name in main, like seeing it

    however one thing I noticed is you have ‘’’python

    import phonenumbers, sys, datetime, progressbar, time, mechanize, os

    ‘’’

    this is a good strategy however it can slow down the scripts runtime, a better opposition would be

    ‘’’python Import sys Import os Import date time Etc ‘’’

    just something to make the runtime a bit better, but everything else looks fine, nice job!

    opened by ArkAngeL43 8
  • API not working

    API not working

    Hi, I inserted an API key created on opencagedata.com but phomber ends up with this:

    [-] Entered Invaild API [-] Instructions are givien in config file.

    Thanks

    opened by merkleID 3
  • osx version is failing

    osx version is failing

    ┌<▸> ~ └➤ pip install phomber ERROR: Could not find a version that satisfies the requirement phomber (from versions: none) ERROR: No matching distribution found for phomber ┌<▪> ~ └➤ pip --version
    pip 22.3 from /usr/local/lib/python3.10/site-packages/pip (python 3.10)

    opened by alonsoir 1
  • Error

    Error

    pip install phomber Defaulting to user installation because normal site-packages is not writeable ERROR: Could not find a version that satisfies the requirement phomber (from versions: none) ERROR: No matching distribution found for phomber

    opened by FIXERMAN 1
  • OpenCage Geolocation Feature

    OpenCage Geolocation Feature

    Hi,

    Ed from OpenCage here.

    I'm sorry but this tool is not real. All you are doing is determining the country of the phone number from the country code and then geocoding the country name. Obviously we then return the coordinates of the center of the country.

    Please can you clarify in the README that this script absolutely will NOT tell you the location of a phone. We are getting a lot of confused and angry people asking us for support and wondering why they can't track a phone.

    Thanks

    opened by freyfogle 1
  • Invalid api key

    Invalid api key

    Hey

    Thank you for your application I followed your tutorial on how to add the api key but it still says entered invalid api key

    Screenshot_2022-02-09_04-07-14

    key = 'xxxxx....'

    I also tried with double "xxx.."

    opened by Greenbird87 5
Releases(phomber-v2.0)
Owner
S41R4J
S41R4J
Mastering Transformers, published by Packt

Mastering Transformers This is the code repository for Mastering Transformers, published by Packt. Build state-of-the-art models from scratch with adv

Packt 195 Jan 01, 2023
Code for EMNLP'21 paper "Types of Out-of-Distribution Texts and How to Detect Them"

Code for EMNLP'21 paper "Types of Out-of-Distribution Texts and How to Detect Them"

Udit Arora 19 Oct 28, 2022
Maix Speech AI lib, including ASR, chat, TTS etc.

Maix-Speech 中文 | English Brief Now only support Chinese, See 中文 Build Clone code by: git clone https://github.com/sipeed/Maix-Speech Compile x86x64 c

Sipeed 267 Dec 25, 2022
API for the GPT-J language model 🦜. Including a FastAPI backend and a streamlit frontend

gpt-j-api 🦜 An API to interact with the GPT-J language model. You can use and test the model in two different ways: Streamlit web app at http://api.v

Víctor Gallego 276 Dec 31, 2022
Easy to start. Use deep nerual network to predict the sentiment of movie review.

Easy to start. Use deep nerual network to predict the sentiment of movie review. Various methods, word2vec, tf-idf and df to generate text vectors. Various models including lstm and cov1d. Achieve f1

1 Nov 19, 2021
Official code for Spoken ObjectNet: A Bias-Controlled Spoken Caption Dataset

Official code for our Interspeech 2021 - Spoken ObjectNet: A Bias-Controlled Spoken Caption Dataset [1]*. Visually-grounded spoken language datasets c

Ian Palmer 3 Jan 26, 2022
Python library for Serbian Natural language processing (NLP)

SrbAI - Python biblioteka za procesiranje srpskog jezika SrbAI je projekat prikupljanja algoritama i modela za procesiranje srpskog jezika u jedinstve

Serbian AI Society 3 Nov 22, 2022
Code examples for my Write Better Python Code series on YouTube.

Write Better Python Code This repository contains the code examples used in my Write Better Python Code series published on YouTube: https:/

858 Dec 29, 2022
Technique for Order of Preference by Similarity to Ideal Solution (TOPSIS)

TOPSIS implementation in Python Technique for Order of Preference by Similarity to Ideal Solution (TOPSIS) CHING-LAI Hwang and Yoon introduced TOPSIS

Hamed Baziyad 8 Dec 10, 2022
An Open-Source Package for Neural Relation Extraction (NRE)

OpenNRE We have a DEMO website (http://opennre.thunlp.ai/). Try it out! OpenNRE is an open-source and extensible toolkit that provides a unified frame

THUNLP 3.9k Jan 03, 2023
A Plover python dictionary allowing for consistent symbol input with specification of attachment and capitalisation in one stroke.

Emily's Symbol Dictionary Design This dictionary was created with the following goals in mind: Have a consistent method to type (pretty much) every sy

Emily 68 Jan 07, 2023
GAP-text2SQL: Learning Contextual Representations for Semantic Parsing with Generation-Augmented Pre-Training

GAP-text2SQL: Learning Contextual Representations for Semantic Parsing with Generation-Augmented Pre-Training Code and model from our AAAI 2021 paper

Amazon Web Services - Labs 83 Jan 09, 2023
BookNLP, a natural language processing pipeline for books

BookNLP BookNLP is a natural language processing pipeline that scales to books and other long documents (in English), including: Part-of-speech taggin

654 Jan 02, 2023
A PyTorch implementation of paper "Learning Shared Semantic Space for Speech-to-Text Translation", ACL (Findings) 2021

Chimera: Learning Shared Semantic Space for Speech-to-Text Translation This is a Pytorch implementation for the "Chimera" paper Learning Shared Semant

Chi Han 43 Dec 28, 2022
profile tools for pytorch nn models

nnprof Introduction nnprof is a profile tool for pytorch neural networks. Features multi profile mode: nnprof support 4 profile mode: Layer level, Ope

Feng Wang 42 Jul 09, 2022
CodeBERT: A Pre-Trained Model for Programming and Natural Languages.

CodeBERT This repo provides the code for reproducing the experiments in CodeBERT: A Pre-Trained Model for Programming and Natural Languages. CodeBERT

Microsoft 1k Jan 03, 2023
Cherche (search in French) allows you to create a neural search pipeline using retrievers and pre-trained language models as rankers.

Cherche (search in French) allows you to create a neural search pipeline using retrievers and pre-trained language models as rankers. Cherche is meant to be used with small to medium sized corpora. C

Raphael Sourty 224 Nov 29, 2022
TaCL: Improve BERT Pre-training with Token-aware Contrastive Learning

TaCL: Improve BERT Pre-training with Token-aware Contrastive Learning

Yixuan Su 26 Oct 17, 2022
Package for controllable summarization

summarizers summarizers is package for controllable summarization based CTRLsum. currently, we only supports English. It doesn't work in other languag

Hyunwoong Ko 72 Dec 07, 2022
A Transformer Implementation that is easy to understand and customizable.

Simple Transformer I've written a series of articles on the transformer architecture and language models on Medium. This repository contains an implem

Naoki Shibuya 4 Jan 20, 2022