https://github.com/stratosphereips/route-mapper
A program that traceroutes many IP address, gets their routes, and then maps them in a local html page as one unique graph.
https://github.com/stratosphereips/route-mapper
Last synced: 6 months ago
JSON representation
A program that traceroutes many IP address, gets their routes, and then maps them in a local html page as one unique graph.
- Host: GitHub
- URL: https://github.com/stratosphereips/route-mapper
- Owner: stratosphereips
- License: gpl-2.0
- Created: 2024-06-27T08:22:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-27T08:40:41.000Z (about 2 years ago)
- Last Synced: 2025-09-04T21:26:07.793Z (11 months ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Route-mapper
A program that traceroutes many IP address, collects the routes, and then creates a unique html graph with all the nodes.
## Usage
Install requirements
`pip install -r requirements.txt`
Put the start IP and the end IP as parameters
`python route-mapper.py x.32.83.0 x.32.83.100`
Then just open the created HTML page
`open route-mapper.html`
## Example graphs


