iDoor Writeup
Nahamcon 2024
Solved by: Legend
- This one also is very clear with the name that we need to find the IDOR. And the challenge description has given the hint that they are using
SHA256
algorithm to create the reference objects.
-
We are a customer with
ID: 11
and reference id is4fc82b26aecb47d2868c4efbe3581732a3e7cbcc6c2efb32062c08170a05eeb8
-
I confirmed that
11
’s refence object will give the same hash if encoded withSHA256
or not. We can useopenssl
or any other relevant tool. -
The hash was same so I started with
0
and replaced my hash with new one. -
Using
0
only gave us the hash5feceb66ffc86f38d952786c6d696c79c2dbc239dd4e91b46729d73a27fb57e9
which got us the flag.
flag{770a058a80a9bca0a87c3e2ebe1ee9b2}