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

Can the builtin webserver serve our pcaps? #11

Closed wgreenberg closed 8 months ago

wgreenberg commented 8 months ago

Although we may wanna run our own HTTP server at some point, it'd be nice to make use of the existing webserver on the orbic.

As far as I can tell, it's a GoAhead server that serves a bunch of files from /var/www/. This dir lives on the root partition, which doesn't have much space at all. Assuming it's statically serving stuff from there, maybe we could throw a symlink there to a wavehunter-controlled dir on /data?

wgreenberg commented 8 months ago

Obviated by #17