Advanced Open Source Intelligence (OSINT) tool for phone number information gathering.
Developed by ETHICAL CODNOZ
Ethical Phone OSINT Tracker is a streamlined, aesthetically pleasing command-line tool built in Python. It is designed to perform rapid Open Source Intelligence (OSINT) queries on phone numbers, returning detailed routing, carrier, and regional information.
Built with the modern ethical hacker and cybersecurity researcher in mind, this tool features a beautifully formatted terminal output and loading animations, making it highly suitable for demonstrations and educational content.
Warning
Educational Purposes Only
This tool is strictly for educational purposes, OSINT research, and ethical hacking demonstrations. Users must comply with all applicable local, state, and federal laws. The developer (ETHICAL CODNOZ) assumes no liability for any misuse or damage caused by this program.
- 🕵️♂️ Rapid Information Retrieval: Fetches data from an external OSINT API endpoint.
- 🎨 Beautiful Terminal UI: Features custom ASCII banners, ANSI color coding, and structured data tables.
- ⚙️ Cross-Platform: Works flawlessly on Windows, macOS, and Linux.
- 🛡️ Error Handling: Gracefully handles API timeouts, connection drops, and invalid formatting.
Ensure you have Python 3.x installed on your system.
-
Clone the repository:
git clone https://github.com/YOUR_GITHUB_USERNAME/Ethical-Phone-OSINT.git cd Ethical-Phone-OSINT -
Install dependencies:
pip install -r requirements.txt
-
Run the tool:
python number_info.py
When executing the script, you will be prompted to enter a target phone number.
Format: Ensure you include the country code without the + sign.
Example:
919876543210(for India) or15551234567(for US).
[?] Enter Target Number (e.g. 919876543210):The tool will intercept the routing data and display a structured table with the results.
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.