My first Website [170 Solves]

Description

I just created my first website! You can even do some calculations! Don't forget to check out my other projects!

author: Chr0x6eOs

https://myfirstsite.web.glacierctf.com

No attachments.

Flag

gctf{404_fl4g_w4s_f0und}

Solution

1.png

2.png

Click here link to check out the other project, but it's 404.

The title Custom 404 Page indicates the potential use of a template on the server. Since the URL path (/projects) is rendered in HTML, testing Server-Side Template Injection (SSTI) shows that {{7*7}} results in 49.

3.png

The final step is RCE to get the flag.

flag.png