From charlesreid1

Revision as of 20:01, 13 April 2022 by Unknown user (talk) (Created page with "=Overview= ==Cheat Sheet== https://portswigger.net/web-security/cross-site-scripting/cheat-sheet =Notes= ==Types of Cross Site Scripting== There are three main types of X...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Overview

Cheat Sheet

https://portswigger.net/web-security/cross-site-scripting/cheat-sheet

Notes

Types of Cross Site Scripting

There are three main types of XSS attacks. These are:

  • Reflected XSS, where the malicious script comes from the current HTTP request.
  • Stored XSS, where the malicious script comes from the website's database.
  • DOM-based XSS, where the vulnerability exists in client-side code rather than server-side code.