Tags: web 

Rating:

# ▼▼▼Ads(Web:20)、275/484=56.8%▼▼▼
**This writeup is written by [@kazkiti_ctf](https://twitter.com/kazkiti_ctf)**

---

```
I hid a flag somewhere on this site. Find it.
Author: Clarence Lam

Hint
About 75% of internet users have already done the first step to this.
There is another, more standard way, but that's boring.
```

-----

`https://tpctf.com/about`

ソースコードでは、下記のようになっている

```
・・・

We're not good enough to make binary exploitation challenges. We're too cool for binary exploitation. ??


<div id="ad-0"><div id="ad"></div></div>
<script>katex.render("f( x) =\\left(\\frac{\\sqrt{21} -1}{6} + \\frac{\\ln 6}{3} + \\frac{1}{3} (5\\pi)^{\\frac{\\pi-e}{2}}\\right)^{3-x}", document.getElementById("prizeFormula"));</script>
</div>
・・・
```

目視で確認すると下記のように記載されている。

`tpctf{n\u0435v3r_7h15_3z}`

Unicodeが使われているので何の文字か調べてみる。

```
\u0435 ⇒ e
https://www.fileformat.info/info/unicode/char/0435/index.htm
```

`tpctf{nev3r_7h15_3z}`