Welcome to PhoneIntel, your ultimate open-source solution for harnessing the power of phone number intelligence. Designed for OSINT enthusiasts and professionals, PhoneIntel is an advanced tool that enables you to search and analyze comprehensive information about phone numbers, empowering you with insights at your fingertips.
With PhoneIntel, uncover essential details about phone numbers, including country, area or state, carrier information, and more. Seamlessly handle multiple phone numbers, generate precise Google dorks for social media, forums, classified ads sites, and map locations directly on OpenStreetMap.
- In-Depth Phone Number Analysis: Gain detailed insights such as country, area or state, and carrier information.
- Batch Processing: Effortlessly analyze multiple phone numbers from a text file.
- Google Dork Generation: Create URL-encoded Google dorks tailored to specific categories.
- Location Mapping: Visualize phone number locations on OpenStreetMap with the
--map
option. - Tellows Integration: Access additional data from Tellows, including URL, score, and call type.
- SpamCalls Integration: Extract spam risk, last activity, and the latest report of phone numbers from SpamCalls.net.
- c-qui.fr Integration: Extract french carriers and number of number requests. c-qui.fr.
- Neutrino API Integration: Authenticate, search, and map phone number information using the Neutrino API.
-
Run the following command.
pip install phoneintel
Remember to add the Directory to PATH:
export PATH=$PATH:/home/<username>/.local/bin
Discover detailed information about a specific phone number:
phoneintel --info +34613814500
Analyze multiple phone numbers embedded within a text string:
phoneintel --search --string "My number is +16148077641 but you can call me at +34613814500"
Process multiple phone numbers listed in a text file:
phoneintel --search --input ./example.txt
View the location of a phone number on OpenStreetMap:
phoneintel --info "+34613814500" --map
Create targeted Google dorks for various categories:
phoneintel "+34613814500" --dorks --type social_networks
To use the Neutrino API, you first need to log in with your API credentials:
phoneintel --neutrino --login --id <api-id> --key <api-key>
To display your current Neutrino API credentials:
phoneintel --neutrino --show
Search for phone number information using the Neutrino API:
phoneintel --neutrino +34613814500
Search for and map phone number information using the Neutrino API:
phoneintel --neutrino +34613814500 --map
PhoneIntel includes a custom help formatter to provide detailed and aesthetic command line assistance.
phoneintel <command> [options]
--info
: Execute info command--search
: Execute search command--dorks
: Execute dorks command--browser
: Execute browser command--neutrino
: Execute Neutrino API command--credits
: Show the credits--disclaimer
: Show the Enduser and information disclaimer
phoneintel --info <phone> [--map]
- Arguments:
<phone>
: Phone number to be processed--map
: Execute map function (optional)
phoneintel --search [<phone>] [--input FILE | --string TEXT] [--neutrino-api] [--map]
- Arguments:
<phone>
: Phone number to be processed (optional)--input
: Input file for search (optional)--string
: Search string (optional)--neutrino-api
: Return Neutrino API information (optional)--map
: Execute map function (optional)
phoneintel --dorks <phone> --type TYPE [--neutrino-api] [--map]
- Arguments:
-
<phone>
: Phone number to be processed -
--type
: Type of dorks (required)- Valid types:
- social_networks
- forums
- classifieds
- ecommerce
- news
- blogs
- job_sites
- pastes
- reputation
- phone_directories
- people_search
- all
- Valid types:
-
--neutrino-api
: Return Neutrino API information (optional) -
--map
: Execute map function (optional)
-
phoneintel --browser <phone> [--neutrino-api] [--map]
- Arguments:
<phone>
: Phone number to be processed--neutrino-api
: Return Neutrino API information (optional)--map
: Execute map function (optional)
phoneintel --neutrino [<phone> | --login --id <api-id> --key <api-key> | --show] [--map]
- Arguments:
<phone>
: Phone number to be processed--login
: Login in the Neutrino API--id
: API ID--key
: API KEY
--show
: Show Neutrino API Credentials--map
: Execute map function (optional)
phoneintel --info "+34613814500"
phoneintel --search --input ./numbers.txt
phoneintel --dorks "+34613814500" --type social_networks
phoneintel --browser "+34613814500" --map
PhoneIntel is intended for educational and research purposes only. It is designed to perform basic scans and provide initial insights into phone numbers. Always ensure you have proper authorization before using any tool for security assessments. Misuse of this tool for unauthorized or illegal activities is strictly prohibited. Use responsibly and within the bounds of applicable laws and regulations.
Dive into the full capabilities of PhoneIntel through our detailed documentation: PhoneIntel Documentation
PhoneIntel uses data from the following sources:
- Tellows: Provides phone number ratings, reports, and other related information.
- Neutrino API: Offers services for validating and analyzing phone numbers.
- SpamCalls.net: Provides spam risk assessment, last activity, and user reports for phone numbers.
- c-qui.fr: Provides french carriers and number of number requests.
We welcome contributions! To propose major changes, please open an issue first to discuss your ideas. Ensure all relevant tests are updated accordingly.
PhoneIntel is licensed under the GPL-3.0 License. For more details, see the LICENSE file.
Elevate your phone number intelligence capabilities with PhoneIntel – the tool that brings OSINT to your fingertips.