Ringzer0CTF – Web – Headache
Objective:
Get that flag son
Solution:
So this challenge is called headache and we get this as a hint
Answer is closer
than you think!
So lets look at the response header to see what we see.
I loaded the Yet Another REST Client into my chome and
pointed it at the challenge.
I had to do some research on REST because I wasn’t too familiar
with it.
SO I loaded up the challenge in YARC and under response
headers we see the flage
Send
Request
Response
200
Request URL: https://ringzer0ctf.com/challenges/43
Request Method: GET
Response Time: 0.465 seconds
Response Status: 200 - OK
Request Method: GET
Response Time: 0.465 seconds
Response Status: 200 - OK
{
"date": "Wed,
16 Oct 2019 15:21:20 GMT",
"content-encoding": "gzip",
"x-content-type-options": "nosniff",
"age": "0",
"flag": "FLAG-365m4fU5p2DVEQbfrptDE5Ru",
"status": 200,
"inserted-into-cache-at": "Wed,
16 Oct 2019 15:21:20 GMT",
"content-length": "3028",
"x-clara-backend-id": "db107__ringzero__website",
"pragma": "no-cache",
"server": "nginx",
"vary": "Accept-Encoding",
"x-clara-wadp": "1034856098",
"via": "1.1
clara",
"cache-control": "max-age=0",
"x-wadp-cache": "MISS",
"accept-ranges": "bytes",
"content-type": "text/html;
charset=UTF-8"
}
FLAG-365m4fU5p2DVEQbfrptDE5Ru
Comments
Post a Comment