All Projects → Chr0m0s0m3s → Deadtrap

Chr0m0s0m3s / Deadtrap

Licence: mit
An OSINT tool to gather information about the real owner of a phone number

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Deadtrap

Phoneinfoga
PhoneInfoga is one of the most advanced tools to scan international phone numbers using only free resources. It allows you to first gather standard information such as country, area, carrier and line type on any international phone number. Then search for footprints on search engines to try to find the VoIP provider or identify the owner.
Stars: ✭ 5,927 (+8019.18%)
Mutual labels:  osint, scanner, reconnaissance, information-gathering, phone-number
Raccoon
A high performance offensive security tool for reconnaissance and vulnerability scanning
Stars: ✭ 2,312 (+3067.12%)
Mutual labels:  osint, hacking, scanner, reconnaissance, information-gathering
Favfreak
Making Favicon.ico based Recon Great again !
Stars: ✭ 564 (+672.6%)
Mutual labels:  osint, hacking, reconnaissance, information-gathering
Osmedeus
Fully automated offensive security framework for reconnaissance and vulnerability scanning
Stars: ✭ 3,391 (+4545.21%)
Mutual labels:  osint, hacking, reconnaissance, information-gathering
Vault
swiss army knife for hackers
Stars: ✭ 346 (+373.97%)
Mutual labels:  osint, hacking, scanner, information-gathering
Reconspider
🔎 Most Advanced Open Source Intelligence (OSINT) Framework for scanning IP Address, Emails, Websites, Organizations.
Stars: ✭ 621 (+750.68%)
Mutual labels:  osint, hacking, scanner, information-gathering
Rengine
reNgine is an automated reconnaissance framework for web applications with a focus on highly configurable streamlined recon process via Engines, recon data correlation and organization, continuous monitoring, backed by a database, and simple yet intuitive User Interface. reNgine makes it easy for penetration testers to gather reconnaissance with…
Stars: ✭ 3,439 (+4610.96%)
Mutual labels:  osint, scanner, reconnaissance, information-gathering
Vajra
Vajra is a highly customizable target and scope based automated web hacking framework to automate boring recon tasks and same scans for multiple target during web applications penetration testing.
Stars: ✭ 269 (+268.49%)
Mutual labels:  osint, hacking, scanner, information-gathering
Social Analyzer
API, CLI & Web App for analyzing & finding a person's profile across +1000 social media \ websites (Detections are updated regularly by automated systems)
Stars: ✭ 8,449 (+11473.97%)
Mutual labels:  osint, reconnaissance, information-gathering
Badkarma
network reconnaissance toolkit
Stars: ✭ 353 (+383.56%)
Mutual labels:  hacking, reconnaissance, information-gathering
Infoga
Infoga - Email OSINT
Stars: ✭ 947 (+1197.26%)
Mutual labels:  osint, information-extraction, information-gathering
Stargather
A fast GitHub stargazers information gathering tool
Stars: ✭ 30 (-58.9%)
Mutual labels:  osint, information-extraction, information-gathering
Urlextractor
Information gathering & website reconnaissance | https://phishstats.info/
Stars: ✭ 341 (+367.12%)
Mutual labels:  osint, information-extraction, information-gathering
Billcipher
Information Gathering tool for a Website or IP address
Stars: ✭ 332 (+354.79%)
Mutual labels:  hacking, scanner, information-gathering
Hosthunter
HostHunter a recon tool for discovering hostnames using OSINT techniques.
Stars: ✭ 427 (+484.93%)
Mutual labels:  osint, hacking, reconnaissance
Gasmask
Information gathering tool - OSINT
Stars: ✭ 518 (+609.59%)
Mutual labels:  osint, reconnaissance, information-gathering
Sherlock
🔎 Hunt down social media accounts by username across social networks
Stars: ✭ 28,569 (+39035.62%)
Mutual labels:  osint, reconnaissance, information-gathering
Osint tips
OSINT
Stars: ✭ 322 (+341.1%)
Mutual labels:  osint, hacking, reconnaissance
Pentesting Bible
Learn ethical hacking.Learn about reconnaissance,windows/linux hacking,attacking web technologies,and pen testing wireless networks.Resources for learning malware analysis and reverse engineering.
Stars: ✭ 8,981 (+12202.74%)
Mutual labels:  osint, hacking, information-gathering
Osintgram
Osintgram is a OSINT tool on Instagram. It offers an interactive shell to perform analysis on Instagram account of any users by its nickname
Stars: ✭ 312 (+327.4%)
Mutual labels:  osint, hacking, information-gathering

alt tag

An OSINT tool to track down footprints of a phone number

Official Website

Snapshot

Couldnt show the full scan cuz it was too long to capture it in one screen hence only showed the part which i thought was important alt tag

How it works

alt tag

Installation

Prerequisites

DeadTrap requires pip and geckodriver to be installed before it can be used.

Type the following commands in your terminal if you are on a Debian-based Linux distro:

sudo apt install python3-pip firefox-geckodriver

On other Linux distros, you can try the install_geckodriver.py script provided by running python ./install_geckodriver.py or check if geckodriver is available from your distro's repositories.

If you are on Windows then you have to setup geckodriver first ( Download the latest Version Only ) Gecko Driver download link : https://github.com/mozilla/geckodriver/releases

Install with pip

After installing the prerequisites, simply run pip3 install deadtrap to install DeadTrap.

Numverify API

DeadTrap relies on the numverify api to discover some details about phone numbers. A default API key is included with DeadTrap for convenience, but it allows a limited number of API calls each month and may be exhausted by other DeadTrap users. It is recommended that you get your own free numverify API key by going to the numverify product page.

Once you have your numverify API key, you can copy it into ./deadtrap.conf. Then, perform the following steps:

mkdir -p $HOME/.config/deadtrap
cp ./deadtrap.conf $HOME/.config/deadtrap/deadtrap.conf

DeadTrap will now use your numverify API key to access the numverify API.

Usage

After DeadTrap has been installed with pip, type the following commands in your terminal:

deadtrap

Then enter the phone number along with the country prefix and you are ready to go.

License

license

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].