Extreme Security
2024-08-08 20:37:52
# Texsaw-CTF-2024
We are at 3.23.56.243:9003. We are so secure that we only allow requests from our own origin to access secret data.
Checking out the page request in Burp, we find this line in the response:
1 | Access-Control-Allow-Origin: https://texsaw2024.com |
So that’s what our origin needs to be. Send the request to / to the Repeater and add in an Origin request header so that the request now looks like this:
1 | GET / HTTP/1.1 |
And we get the flag!
texsaw{s7t_y0ur_or7g7n}