Geohopper is a revolutionary 3D Traceroute software. It's a cutting-edge tool that transforms traditional traceroute data into interactive 3D maps. It's designed to provide detailed insights into network paths in a visually engaging way.
Geohopper has been tested and is supported on the following operating systems:
- Ubuntu 22.04
- Debian 11
- More... (Any Linux distro should work)
Installing Geohopper is straightforward. Follow these steps:
- Open your terminal
- Run the install script:
curl -s https://geohopper.net/installer | bash
- It will install all the dependencies and you are good to go!
A little harder atm since i have little Windows experience.
- Open PowerShell with Administrator perms.
- Run the install script:
irm https://geohopper.net/installer.ps1 | iex
or
iex ((New-Object System.Net.WebClient).DownloadString('https://geohopper.net/installer.ps1'))
- Now open your normal command line and use it with
geohopper <IP>
Geohopper is a command-line tool. To use it, simply run:
geohopper <IP>
For example:
geohopper 1.1.1.1
You can also use domain names:
geohopper google.com
Here is an example of a Geohopper map: From Germany to Japan Here is an example of a cooler Geohopper map (performance intensive): From Germany to Japan
© 2023 Geohopper Team. All rights reserved.
Made with ♥ by Benji