Back to Index

Grafana/Postgres RCE

Port: 9034:3000 Docker Image: joshbeck2024/ctf-grafana-postgres-sql-injection-flag-red18

Run Challenge

Download Script

Copy and paste this command into your terminal to start the challenge.

docker run -d --restart always -p 9034:3000 --name flag-red18 joshbeck2024/ctf-grafana-postgres-sql-injection-flag-red18

Stop & Cleanup

Download Script

Finished? Run this to stop and remove the container.

docker stop flag-red18 && docker rm flag-red18