Hi,
I’m currently working on the 1.3 Challenge Exercise in the Burp Suite Basics course and am having trouble finding the flag in the secret note. Here’s what I’ve done so far:
- I created a public note (
studentnote
) and monitored the API requests using Burp Suite. - I updated the note and identified the
/api/v2/notes/studentnote
endpoint. - I can see all my stored notes, including some with
_id
values and one named “whoami.” However, I’m not sure how to retrieve the flag from the secret note. - I tried using Burp Repeater to access notes by manipulating the
_id
values, but I haven’t found a response containing the flag.