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.
GRR is a python client (agent) that is installed on target systems, and
python server infrastructure that can manage and talk to clients.
Please visit our documentation website if you want to know more about GRR.
- GitHub issues: github.com/google/grr/issues
- GRR Users mailing list: grr-users
- Follow us on twitter for announcements of GRR user meetups. We use a gitter chat room during meetups.