Client-side hacking techniques

The basics of CSP bypasses

To be honest - I don’t like Content-Security Policy. It’s unclear what programs accept XSSes without a bypass and which do but with lower severity. If you’ve watched the Stipe bounty vlog, you know my story - I almost didn’t report 2x$2,000 XSSes because I didn’t have...

DOM clobbering

I think it’s really rare in our industry to see a well-written and detailed article about a non-beginner-level topic. So I’m that much happier to see this article by 0xGodson about DOM clobbering. It’s a complex subject and I never really invested time into...

Bypassing client-side XSS filters

Bypassing filters is one of my favourite things in security. I like to find bugs where developers don’t expect it but It gives even me more satisfaction when I find a bug which the developer tried to prevent, for example, by implementing a client-side XSS filter....