Skip to content

Go implementation of tomsteele's warmap which uses Kismet gpsxml files to overlay a Wifi coverage area over a map.

Notifications You must be signed in to change notification settings

ralphte/warmap-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

warmap-go

Warmap takes a Kismet gpsxml, Aerodump gps file or Kismet Database file and a set of BSSIDs and creates a polygon of coordinates using the convex hull algorithm. This polygon is overlayed over a Google Maps generated map to show the coverage area of the specified BSSID. In addition, a heatmap is produced which indicates the intensity of the signal strength at all discovered points.

##Usage:##

go run warmap -f [Kismet gpsxml or Aerodump gps file or Kismet Database file] -a [boolean switch if youre using Aerodump output] -a [boolean switch if youre using Kismet Database] -b [File of Comma-seperated List of BSSIDs] -o [HTML output file] -api [Google Maps API Key]

Go here to get a Google Maps API key https://developers.google.com/maps/documentation/javascript/get-api-key

Binaries for all platforms can be found here

About

Go implementation of tomsteele's warmap which uses Kismet gpsxml files to overlay a Wifi coverage area over a map.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 64.4%
  • Go 33.9%
  • JavaScript 1.7%