Trapped Source
Overview
- Overall difficulty for me (From 1-10 stars): ★☆☆☆☆☆☆☆☆☆
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!
- Flag:
HTB{V13w_50urc3_c4n_b3_u53ful!!!}
Conclusion
What we’ve learned:
- Viewing Source Page