Terminology Index

Glossary

1801 terms

Open concept maps

Showing 1761-1792 of 1801 terms

W
21
X
3

XSS Testing

Testing a web application for cross-site scripting vulnerabilities by probing inputs with crafted payloads to find where untrusted content reaches the browser as code.

XSS testing systematically probes inputs (forms, parameters, headers, URL fragments) with payloads designed to escape context (HTML, JS, attribute, URL contexts each need different probes), checking whether the response reflects the payload as executable code. Methodology covers identifying entry points, context-aware payload selection, distinguishing reflected from stored from DOM-based, and documenting impact. As a web-pentest topic, XSS testing remains widely relevant because XSS still appears in real apps.

Introduced in: Web Application Penetration Testing

Examples

  • Probing inputs with context-aware XSS payloads (HTML, JS, attribute contexts).
  • Distinguishing reflected, stored, and DOM-based XSS during testing.
  • Documenting XSS impact in pentest reports for risk-aware prioritization.

No related terms linked yet.

Y
2
Z
6