Skip to content

rly0nheart/orbis-unum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

70 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

orbis-unum

Orbis Unum is a cross-platform geolocation tool that transforms raw IP addresses and geographical coordinates into interactive visualizations on a map. With its intuitive interface, users can effortlessly navigate whether they're operating from the command line or using its web-based instance.

Python html flask Upload Python Package CodeQL

πŸ” What Does Orbis Unum Offer?

Command-Line Interface

  • Accepts either a standalone IP or a file loaded with multiple IP addresses.
  • Generates an interactive OpenStreetMap with pinpoint accuracy for each IP's location.

On selecting any pin, you uncover:

  • Vital IP/Coordinates metadata.
  • Seamless links to:
    • Google Earth for a top-down view or the location.
    • Google Maps Street View for a closer look at the surroundings of the location.
    • Google Image Search to view images of the location and its surroundings.

Web Interface

  • Accepts individual or bulk pairs of coordinates.
  • Mirrors the CLI's functionality, providing an immersive mapping experience.

Installation

Orbis Unum can be installed from PyPI with the following command

pip install orbis-unum

Usage

Orbis Command-Line Interface

orbis-cli <ip>

Orbis Web Interface

orbis-web

python-powered me