rogue-mac-check

command module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 13, 2016 License: MIT Imports: 5 Imported by: 0

README

rogue-mac-check

Compare authorized BSSIDs (access point MAC addresses) against found BSSIDs to discover rogue wireless access points.

##Syntax rogue-mac-check /path/to/allowed_macs.txt /path/to/found_macs.txt

##Input Both input files must be plaintext and newline-separated. Each line should contain a MAC address, however surrounding text is allowed. The first file contains the MAC addresses that are known and authorized, and are used as the whitelist to compare against. The second file contains the MAC addresses that have been found throughout the course of reconnaissance, using tools such as Kismet, airodump-ng, iwlist, etc.

##Output All lines from the second file that contained unmatched MAC addresses.

##Compiling ###One-off Use "go run": go run /path/to/rogue-mac-check.go ###Compile Binary Use "go build": go build -o /path/to/output/binary /path/to/rogue-mac-check.go ###Cross-compile Use "go build", specifying the desired operating system and architecture: GOOS=windows GOARCH=386 go build -o /path/to/binary.exe /path/to/rogue-mac-check.go

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL