Capture Me - CTF 45

CTF Name: Capture Me
Topic: Web Exploitation
Flag Format: IHC_CTF{}
CTF Link: https://t.me/ctf_invisiblehc/79
Description:
Visit the following site and find the flag.
Hint: Check Website Response
Solution:
we're provided with a URL, https://ctf.invisiblehc.com/site/202/, and tasked with extracting header information
curl https://ctf.invisiblehc.com/site/202/ -I -s |grep IHC
By executing the command in the terminal, we can easily find the flag.
flag:
Join Our CTF Channel: IHC_CTF{R35P0N53D_5UCC3355FU11Y_202}