Skip to content

Look up IP addresses in maxmind database from the command line and get back geographical location information.

Notifications You must be signed in to change notification settings

jllangley/geoip-query

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

geoip-query

Look up IP addresses in MaxMind database from the command line and get back geographical location information.

Requires MaxMind GeoIP2 Python API

https://github.com/maxmind/GeoIP2-python

sudo apt-get install geoipupdate

sudo apt-get install libmaxminddb0

Usage

Look up a single IP address using -i

./geoip-query -i 127.0.0.1

Lookup many IP addresses using a csv file

./geoip-query -f file.csv

About

Look up IP addresses in maxmind database from the command line and get back geographical location information.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages