I originally planned to write a more detailed post, but I realized that it might take a long time to publish. So I decided to write a brief version first.
I solved the following four web challenges:
- Fancy Notes
- Dumb Forum
- LESN
- ptMD
Here are some keywords that might be helpful for future reference:
- Length extension attack
- SSTI
- Mutation XSS
<svg><style>
<meta name="referrer" content="unsafe-url" />
<meta http-equiv="refresh" content="3;url">
- Puppeteer’s click behavior is to capture the element position and then click the coordinates.