siunam's Website

My personal website

Home Writeups Blog Projects About E-Portfolio

Trapped Source

Overview

Background

Intergalactic Ministry of Spies tested Pandora’s movement and intelligence abilities. She found herself locked in a room with no apparent means of escape. Her task was to unlock the door and make her way out. Can you help her in opening the door?

Find the flag

Home page:

In here, we see there’s a vault, which is locked.

Let’s view the source page!

[...]
<script>
    window.CONFIG = window.CONFIG || {
        buildNumber: "v20190816",
        debug: false,
        modelName: "Valencia",
        correctPin: "8291",
    }
</script>
[...]

In here, we see the correct pin code is 8291!!

Let’s enter that!

We got the flag!

Conclusion

What we’ve learned:

  1. Viewing Source Page