Blog


Search

Featured posts

Thumbnail
WebScripting

x3CTF - blogdog (+ new CSS Injection XS-Leak!)

A "hard web xssbot" challenge about a fun browser quirk with the is= attribute to perform CSS Injection. Bypass the strict CSP with an unintended new technique to XS-Leak a selector's result by detecting the site crashing

Thumbnail
WebXSSFilter Bypass

Mutation XSS: Explained, CVE and Challenge

Learn how to bypass HTML sanitizers by abusing the intricate parsing rules and mutations. Including my CVE-2024-52595 (lxml_html_clean bypass) and the solution to a hard challenge I shared online

Thumbnail
WebScripting

XS-Leaking flags with CSS: A CTFd 0day

Due to an XS-Leak vulnerability I found in CTFd versions 3.7.2 and below, it was possible to leak flags from admins. Using a novel technique abusing browser history and CSS it could be completely automated

Thumbnail
WebReversingScriptingCrypto

Cracking an online Password Encryption tool

How I recovered a friend's password by reverse engineering an online encryption service, and brute forcing a PIN locally. Learn about AES and black-box discovery, as well as some attacks