XSS Explained - Learn cross-site scripting with examples
A beginner-friendly guide to cross-site scripting using Kurukshetra, an intentionally vulnerable XSS practice lab.
A beginner-friendly guide to cross-site scripting using Kurukshetra, an intentionally vulnerable XSS practice lab.
Practice stored XSS in a vulnerable lab and learn how malicious input can be saved and shown to other users.
Practice reflected XSS in a vulnerable lab and learn how it differs from stored XSS during testing.
Practice bypassing weak XSS tag filters and learn why blacklist-based validation is not enough.
Learn how the XSS payload can be crafted using HTML5 event attributes rather than using the classic
Learn why client-side validation cannot be trusted all the time and how it can be tampered with by browser debugging tools for exploiting XSS
Learn why client-side validation cannot be trusted all the time and how it can be tampered with by using BurpSuite as a proxy for exploiting XSS
Learn how the XSS vulnerability can be found in other params even though it is not editable by the browser using the BurpSuite Proxy tool
Learn how the partially implemented HTML output encoding can be bypassed for exploiting XSS vulnerability using the HTML5 attributes
Check out how the XSS can also be exploited in hidden input parameter fields with examples.
Check out how the XSS can be exploited in the HTML tags and learn more about tag-based XSS payload.
Learn how a misconfigured CSP can be bypassed, potentially leading to the successful exploitation of cross-site scripting vulnerability.