Skip to content

collector is an application that sniffs 802.11 frames and sends them to Wave for visualization and intrusion detection

License

Notifications You must be signed in to change notification settings

hkparker/collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

collector

Collector is part of the Wave wireless IDS and visualizer. It listens for 802.11 frames on wireless interfaces and streams the JSON formatted frames to Wave via websocket.

Installing

go get github.com/hkparker/collector

Usage

$ collector -help
Usage of ./collector:
  -ca string
          path to self-signed wave CA to use for server validation
  -certificate string
        path to a TLS client certificate to present to Wave (default "collector.pem")
  -interfaces string
        comma-separated list of network interfaces to collect (default "mon0")
  -key string
	  path to a TLS client certificate private key (default "collector.key")
  -local
        collect frames without streaming them to wave (use with -print)
  -port int
        port the Wave server is accessible on (default 444)
  -print
        print the frames to standard output
  -wave string
        hostname of Wave server to stream frames to (default "127.0.0.1")

About

collector is an application that sniffs 802.11 frames and sends them to Wave for visualization and intrusion detection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages