EFForg / rayhunter

Rust tool to detect cell site simulators on an orbic mobile hotspot
GNU General Public License v3.0
19 stars 2 forks source link

wavehunter: adds static server, system stats #23

Closed wgreenberg closed 8 months ago

wgreenberg commented 8 months ago

This PR does a couple things:

  1. breaks out the pcap streaming logic into its own module
  2. bundles wavehunter/static files into the binary for easy distribution
  3. serves those static files
  4. serves dynamic json representing system and diag stats

I also threw together the world's ugliest website to display all this.