EFForg / rayhunter

Rust tool to detect cell site simulators on an orbic mobile hotspot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can the builtin webserver serve our pcaps?

wgreenberg opened this issue · comments

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?

Obviated by #17