Topic · 15 articles

xss

Cross-Site Scripting: injecting JavaScript into the context of another page to steal sessions and data.

Quick answer

What is xss?

Cross-Site Scripting: injecting JavaScript into the context of another page to steal sessions and data.

Articles

15

Beginner

1

Intermediate

4

Advanced

10

Beginner level

1

Intermediate level

4

Advanced level

10
Free

DOM XSS — gadgets, postMessage handlers and CVE-2025-59840

DOM XSS isn't just innerHTML. Sources/sinks, gadget chains via toString(), postMessage handlers without origin checks, broken hash-based routing.

13 mindom-xssxsspostmessage
Read article
Premium

CSP bypass + CORS misconfig + XSS — a complete exploitation chain

How to chain CSP misconfiguration (unsafe-inline, wildcard sources, whitelisted JSONP endpoints), CORS with credentials and XSS for unrestricted data exfiltration.

17 mincspcorsxss
Read article
Premium

DOM clobbering — overriding global JS variables to bypass sanitizers

How to use DOM clobbering (name/id collisions) to overwrite global JS variables and bypass sanitizers like DOMPurify, achieving XSS where innerHTML is blocked by default.

14 mindom-clobberingxsshtml-injection
Read article
Premium$2500

Android XSS — exported Activity via ContentActivity (POE/Quora real report)

Walkthrough of Android XSS exploitable via an exported Activity intent in POE: how a filter-less ContentActivity leaks the WebView to attacker-controlled sites.

13 minandroidxssintent
Read article
Premium

Secondary context XSS — finding XSS where the primary parsing doesn't detect it

When the primary parsing escapes but a secondary context (markdown render, BBCode, a custom template engine) re-interprets, opening XSS hidden from traditional sanitizers.

15 minxsssecondary-contextdouble-parsing
Read article
Premium

XSS escalation — from Self-XSS to Account Takeover with real chains

How to turn a seemingly useless Self-XSS into a full takeover: clickjacking, login-CSRF + Self-XSS, cookie tossing, postMessage hijack, hash injection, OAuth flow abuse.

16 minxssatoescalation
Read article
Premium

XSS WAF bypass — encoding, parser differentials, case-only mutations

WAF bypass techniques for XSS: HTML entities, hex/decimal/unicode encoding, parser differentials (browser vs WAF), comment injection, case variations, JS template literals.

16 minxsswaf-bypassencoding
Read article
Free

CSP Bypass — JSONP, base-uri, AngularJS gadgets, dangling markup

Content-Security-Policy broken with strict-dynamic + JSONP, missing base-uri, AngularJS sandbox escapes, JSON hijacking. How to escalate XSS when the CSP theoretically blocks it.

13 mincsp-bypassxssbrowser-security
Read article
With account

Mutation XSS — when the HTML changes between sanitizing and rendering

The sanitizer sees A but the browser renders B. SVG namespace tricks, badly-closed comments, MathML, the template element. How to find mXSS against DOMPurify and homemade sanitizers.

14 minmutation-xssxssdompurify
Read article
Free

Reflected XSS on a 429 page via Google Analytics — the tracking snippet as vector

The Google Analytics snippet took part of the URL as unsanitized input. A string-literal breakout inside the script itself: the injection was already in JavaScript context.

9 minxssreflected-xssgoogle-analytics
Read article

Practice xss with real labs

Apply the techniques in safe environments based on real bug bounty reports.

hunters training
711

hunters training

labs from real reports
55

labs from real reports

completions
1,205

completions

in bounties practiced
$213,970

in bounties practiced

46 flags captured this week·Real reports from HackerOne · Bugcrowd · Intigriti·No commitment·Free Academy
BBLabs · bug bounty training

Stop reading about bugs and start hunting them

Create your free account and practice on labs based on real reports that paid out thousands of euros. The Academy is free forever.

No card · free Academy · cancel anytime