Blog


Search

Featured posts

Thumbnail
WebScriptingFilter Bypass

Intigriti March XSS Challenge (0325)

A hard Cross-Site Scripting challenge chaining small bugs with one very hard step to leak a fragment directive using Self XSS

Thumbnail
WebScripting

Pressing Buttons with Popups (on Twitch, LinkedIn and more)

Combining existing research with my own experiments to create a realistic proof of concept that forces an OAuth authorization with a single key press. Learn the ins and outs of popup blockers and focusing through URL hashes.

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