https://app.hackthebox.com/challenges/87

Description

A Junior Developer just switched to a new source control platform. Can you find the secret token?

Exploitation

cd Illumination.JS
gitleaks detect -v
echo 'SFRCe3YzcnNpMG5fYzBudHIwbF9hbV9JX3JpZ2h0P30=' | base64 -d

Summary

Illumination: isolate the relevant artifact, decode the evidence, and extract the flag.