OrionLocator is a free and open-source tool which takes an IP address and returns tons of data including the precise location. This tool is very easy to install and use!
- 👉 Deep IP insights: Country, region, city, latitude/longitude, UTC offset, timezone name
- 👉 Network info: ISP, organization, autonomous system (AS)
- 👉 Reverse lookup: Resolve hostnames to IP and vice versa
- 👉 Lightweight Very few dependencies
- 👉 CLI & Launcher: Use from command line or run with included launcher
Warning
This software only runs on Windows 10/11 at the moment.
- Python 3.6 or newer
- pip (for installing dependencies)
# Clone the repo
git clone https://github.com/phantomservices21/OrionLocator.git
cd OrionLocator
# (Optional) Create and activate virtual environment
python3 -m venv venv
venv\Scripts\activate
# Install requirements
pip install -r requirements.txtpython -m src/main.py- Find
Runner.batin the root directory of this repository. - Run
Runner.batas an Administrator. - Done!
This project is licensed under the MIT License. See the LICENSE file for details.