Skip to content

Commit 55df752

Browse files
committed
feat: add Web-Trapped Source writeup
1 parent e2212a6 commit 55df752

File tree

3 files changed

+38
-0
lines changed

3 files changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
## Web - Trapped Source
2+
3+
### Description
4+
5+
> 300pts
6+
>
7+
> 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?
8+
9+
10+
### Knowledge Requirements
11+
12+
1. Basic understanding of Web Source
13+
14+
### Exploit
15+
16+
This challenge was very easy. We were given a web who look like this
17+
18+
![web](assets/Web.png)
19+
20+
First, let's take a look at the page source. In the page source there is a script who look like this
21+
```html
22+
<script>
23+
window.CONFIG = window.CONFIG || {
24+
buildNumber: "v20190816",
25+
debug: false,
26+
modelName: "Valencia",
27+
correctPin: "8291",
28+
}
29+
</script>
30+
```
31+
32+
Let's input the correct pin and we got the flag.
33+
![pin](assets/pin.png)
34+
35+
The flag was:
36+
```
37+
HTB{V13w_50urc3_c4n_b3_u53ful!!!}
38+
```
Loading
Loading

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy