https://github.com/cydave/geomap
https://github.com/cydave/geomap
geoip2 map maxmind
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cydave/geomap
- Owner: cydave
- License: wtfpl
- Created: 2024-07-13T20:51:19.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-23T17:02:12.000Z (almost 2 years ago)
- Last Synced: 2025-01-13T07:27:47.862Z (over 1 year ago)
- Topics: geoip2, map, maxmind
- Language: Go
- Homepage:
- Size: 748 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Geomap
Pipe a list of IP addresses into the binary to plot them on top of a map:
```bash
curl -s 'https://lists.blocklist.de/lists/ssh.txt' | ./bin/geomap ~/Downloads/GeoIP2-City.mmdb >/tmp/out.html && sleep 1 && firefox /tmp/out.html
```

You'll need a copy of MaxMind's GeoIP database.
## Credits
You can use this repository you'd like.
As this project uses third-party software, be sure to check their license and
terms of service.
+ https://leafletjs.com/
+ https://www.openstreetmap.org/about
+ https://www.maxmind.com/en/home
+ https://github.com/oschwald/maxminddb-golang