Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 844 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 844 Bytes

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