General Skills Level 3 150 points

Find the Deleted API Key in Git History

Mission

/app/repo is a Git repository. A developer accidentally committed an API_KEY and removed it in a later commit. Inspect the normal Git history, find the earlier config.py, and recover the flag contained in the API key.

#git#forensics#reflog#version-control

Clear it in 3 steps

Not started
  1. Start the environment

  2. Investigate the target

  3. Submit the flag