Skip to content

oom-/simple-ip-to-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simpleiptomap

A simple tool to show an ip list on map

Converting

Resolving ip to localisation

step1.jpg

Output solved ip

step2.jpg

Map

step3.jpg

Steps

  1. Put all your ip adresses in the file 'iplist.txt', one ip by line
  2. Run resolver.py (need python 2.7)
  3. Open visualiser.html

Exemple gen ip list from nginx logs

#!/bin/bash
cat /var/log/nginx/*.log | grep -oE '(^[0-9]{0,3}\.[0-9]{0,3}\.[0-9]{0,3}\.[0-9]{0,3})' > allip.txt

Tags:

simple ip list to map python html openlayers ip-api.com ip addresses

About

ip adresses list to map

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published