Google Cloud Cloud Run

Introduction

Cloud Run is a managed compute platform that enables you to run containers that are invocable via requests or events. You can deploy Cloud Run containers via public container image repositories or via the Google Container/Artifact Registry service.

What are we going to cover

This module will primarily cover

  • Launching a Cloud Run instance using a public container image repository

  • Getting reverse shell within the container and explore the environment

  • Extracting tokens from within the container environment

Last updated