urld / wifitracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Go Report Card GoDoc

This is a golang port of py-wifi-tracker.

Usage

Record probe requests:

$ ./monitor.sh start wlan0
$ wifisniff mon0 > requests.log

Analyze recored probe requests:

$ wifianalyze devices < requests.log

Install

apt install libpcap0.8 libpcap0.8-dev
go get github.com/urld/wifitracker

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 87.4%Language:Makefile 8.5%Language:Shell 4.0%