CROSS-SITE SCRIPTING (XSS)

OBJECTIVE: test the organization's web application against Cross-Site Scripting vulnerabilities (XSS).

TASKS:

  1. identify a user-input field that is vulnerable to an XSS vulnerability

  2. find a working XSS payload that executes JavaScript code on the target's browser

  3. using the Session Hijacking techniques, try to steal the victim's cookies, which should contain the flag

Last updated