GODSON'S BLOG
← Back to Writeups

Tagged: #xss

6 writeups
Client-Side / XSS
CTF Author Writeup

Intigriti's Nov XSS Challenge Writeup

This is an XSS challenge on a note-taking application. The goal is to take over the admin's account, which has the flag in it — by abusing Varnish caching to smuggle an XSS past a strict CSP.

Nov 12, 2022 · 5 min read
Chained Exploit
CTF Writeup

B-XSS -> ZipSlip -> Local File Read

A Cyber Apocalypse CTF 2022 web challenge chaining a blind XSS in an admin report-review page into a ZipSlip symlink attack on a firmware-upload endpoint to read /flag.txt off the server.

May 23, 2022 · 9 min read
Client-Side / XSS
CTF Writeup

Abusing URL Parser for XSS

A TamilCTF challenge reflects a parsed URL's hostname unescaped into an error message. A Node.js hostname-validation CVE lets HTML tags survive as a hostname, and a form-feed injection payload turns that into working XSS against the admin bot.

Mar 28, 2022 · 4 min read

Search Writeups