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
DeBERTa: Decoding-enhanced BERT with Disentangled Attention

DeBERTa: Decoding-enhanced BERT with Disentangled Attention This repository is the official implementation of DeBERTa: Decoding-enhanced BERT with Dis

Microsoft 1.2k Jan 03, 2023
BERTAC (BERT-style transformer-based language model with Adversarially pretrained Convolutional neural network)

BERTAC (BERT-style transformer-based language model with Adversarially pretrained Convolutional neural network) BERTAC is a framework that combines a

6 Jan 24, 2022
Python port of Google's libphonenumber

phonenumbers Python Library This is a Python port of Google's libphonenumber library It supports Python 2.5-2.7 and Python 3.x (in the same codebase,

David Drysdale 3.1k Dec 29, 2022
Sequence-to-Sequence learning using PyTorch

Seq2Seq in PyTorch This is a complete suite for training sequence-to-sequence models in PyTorch. It consists of several models and code to both train

Elad Hoffer 514 Nov 17, 2022
Code for evaluating Japanese pretrained models provided by NTT Ltd.

japanese-dialog-transformers 日本語の説明文はこちら This repository provides the information necessary to evaluate the Japanese Transformer Encoder-decoder dialo

NTT Communication Science Laboratories 216 Dec 22, 2022
Multilingual word vectors in 78 languages

Aligning the fastText vectors of 78 languages Facebook recently open-sourced word vectors in 89 languages. However these vectors are monolingual; mean

Babylon Health 1.2k Dec 17, 2022
A Python module made to simplify the usage of Text To Speech and Speech Recognition.

Nav Module The solution for voice related stuff in Python Nav is a Python module which simplifies voice related stuff in Python. Just import the Modul

Snm Logic 1 Dec 20, 2021
Code for the paper "VisualBERT: A Simple and Performant Baseline for Vision and Language"

This repository contains code for the following two papers: VisualBERT: A Simple and Performant Baseline for Vision and Language (arxiv) with a short

Natural Language Processing @UCLA 464 Jan 04, 2023
Journalism AI – Quotes extraction for modular journalism

Quote extraction for modular journalism (JournalismAI collab 2021)

Journalism AI collab 2021 207 Dec 25, 2022
多语言降噪预训练模型MBart的中文生成任务

mbart-chinese 基于mbart-large-cc25 的中文生成任务 Input source input: text + /s + lang_code target input: lang_code + text + /s Usage token_ids_mapping.jso

11 Sep 19, 2022
A Facebook Messenger Chatbot using NLP

A Facebook Messenger Chatbot using NLP This project is about creating a messenger chatbot using basic NLP techniques and models like Logistic Regressi

6 Nov 20, 2022
Accurately generate all possible forms of an English word e.g "election" --> "elect", "electoral", "electorate" etc.

Accurately generate all possible forms of an English word Word forms can accurately generate all possible forms of an English word. It can conjugate v

Dibya Chakravorty 570 Dec 31, 2022
LOT: A Benchmark for Evaluating Chinese Long Text Understanding and Generation

LOT: A Benchmark for Evaluating Chinese Long Text Understanding and Generation Tasks | Datasets | LongLM | Baselines | Paper Introduction LOT is a ben

46 Dec 28, 2022
Fake Shakespearean Text Generator

Fake Shakespearean Text Generator This project contains an impelementation of stateful Char-RNN model to generate fake shakespearean texts. Files and

Recep YILDIRIM 1 Feb 15, 2022
Simple python code to fix your combo list by removing any text after a separator or removing duplicate combos

Combo List Fixer A simple python code to fix your combo list by removing any text after a separator or removing duplicate combos Removing any text aft

Hamidreza Dehghan 3 Dec 05, 2022
Indonesia spellchecker with python

indonesia-spellchecker Ganti kata yang terdapat pada file teks.txt untuk diperiksa kebenaran kata. Run on local machine python3 main.py

Rahmat Agung Julians 1 Sep 14, 2022
Prithivida 690 Jan 04, 2023
Synthetic data for the people.

zpy: Synthetic data in Blender. Website • Install • Docs • Examples • CLI • Contribute • Licence Abstract Collecting, labeling, and cleaning data for

Zumo Labs 253 Dec 21, 2022
keras implement of transformers for humans

keras implement of transformers for humans

苏剑林(Jianlin Su) 4.8k Jan 03, 2023
xFormers is a modular and field agnostic library to flexibly generate transformer architectures by interoperable and optimized building blocks.

Description xFormers is a modular and field agnostic library to flexibly generate transformer architectures by interoperable and optimized building bl

Facebook Research 2.3k Jan 08, 2023