Skip to content

Plots the GeoIP information of your hosts.deny into a nice map!

Notifications You must be signed in to change notification settings

sgskinner/denyhosts-map

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

INTRODUCTION

	This script plots a map of the denied hosts from the denyhosts daemon. It first reads out the contents of the /etc/hosts.deny file, after which every IP address in this file is checked for geo location. Afterwards, a .KML file is created with the GPS coordinates of every entry. The KML file can be imported into Google Earth or http://maps.google.com.

EXAMPLES

	An example output can be found here; http://g.co/maps/qt3tz

INSTALL

	The script has been tested under Debian and Ubuntu. Clone the Git repository and run the denyhosts_map.sh script with a regular user account. The generated KML will appear in your current directory.

usage: "$ ./denyhosts-map.sh [<inputFile> <outputFile>] | [? | h | help | usage]"

With no args, '$DEFAULT_INPUT_FILE' will be used as the input file,
and '$DEFAULT_OUTPUT_FILE' will be used as the output file (defaults are
set at the top of the file, currently to "/etc/hosts.deny" and
"$PWD/map.kml" respectively.

About

Plots the GeoIP information of your hosts.deny into a nice map!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%