Skip to content

malstor/wifitracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 87.5%
  • Makefile 8.5%
  • Shell 4.0%