GODSON'S BLOG
← Back to Writeups

Tagged: #python

3 writeups
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
Application Security
CTF Writeup

Order By Blind SQL Injection

A NahamCon CTF 2022 Flask challenge passes unsanitized user input straight into SQLAlchemy's order_by(text(...)) call, letting a CASE-based blind SQL injection exfiltrate the flag character by character.

May 1, 2022 · 4 min read

Search Writeups