Skip to content

Backend server for "ReLF: Scalable Remote Live Forensics for Android"

License

Notifications You must be signed in to change notification settings

nexus-lab/relf-server

Repository files navigation

ReLF Server

This is a modified GRR Server for ReLF: Scalable Remote Live Forensics for Android.

To install and run this server, you may follow the original GRR documentation below, or use our prebuilt Docker container for your convenience.

docker run \
    --name relf-server \
    -p 0.0.0.0:8000:8000 \
    -p 0.0.0.0:8080:8080 \
    -e EXTERNAL_HOSTNAME="localhost" \
    -e ADMIN_PASSWORD="demo" \
    ghcr.io/nexus-lab/relf-server

GRR Rapid Response is an incident response framework focused on remote live forensics.

Build Status Build status

GRR is a python client (agent) that is installed on target systems, and python server infrastructure that can manage and talk to clients.

Documentation

Please visit our documentation website if you want to know more about GRR.

Contact Us

Screenshots