🖊️ Author: Nairuz Abulhul

🌐 Blog: R3dbuck3t

Table of Contents

Cross-Site Scripting (XSS)

Exploitability: Easy , Prevalence: Widespread ,Detectability: Easy, Technical Impact: Moderate

Reflected

<aside> 📄

</aside>

Stored/Persistent

<aside> 📄

</aside>

DOM

<aside> 📄 The document object model is the page in the browser. The DOM includes anything running inside the browser.

📌 Note: 99% of the time Burp detect the DOM XSS is false positive. it's it's misunderstood the code. It doesn't know what's actually going on

</aside>

Impact

Testing Checklist