- CTF Name: BugDB v1
- Resource: Hacker101 CTF
- Difficulty: Easy
- Number of Flags: 1
Note::: NO, I won't be posting my found FLAGS, but I will be posting the methods I used.
Flag0
- Hint:
- What can you see? What can you not see?
- What data types are involved?
- Have you tried querying different endpoints?
- Acquired By:
- This was a big odd of a hint so I started out just looking at the super blank page and looking at its code.
- Now that I've looked over it all I will poke around at the GraphQL tool that it is.
- With this CTF the left side of the page is the query and the right side is the output. This required knowing what queries GraphQL will accept soooo let's try some things.
- Now I need to find the specific pattern to get alllllll of the information. Time to try some more things
- After some research and adding lots of things to the query I was able to get all the information to show up. If you look in the bugs of the second node ID there is a "text" field that has the flag.
Thoughts/Learned
I have not played around with graphQL much so this was an interesting CTF to get me to research it more. I am looking forward to the second on and seeing how this will change.
I don't really know what I learned outside of more about GraphQL as this environment was set up for this.
Top comments (0)