
XSS Explained with Kurukshetra
Challenge 11: XSS CSP bypass through an inline script
Learn how a misconfigured CSP can be bypassed, potentially leading to the successful exploitation of cross-site scripting vulnerability.
I write about application security and security automation. For Services, check out eracorp.io
XSS Explained with Kurukshetra
Learn how a misconfigured CSP can be bypassed, potentially leading to the successful exploitation of cross-site scripting vulnerability.
XSS Explained with Kurukshetra
Check out how the XSS can be exploited in the HTML <div> tags and learn more about <img> tag-based XSS payload.
XSS Explained with Kurukshetra
Check out how the XSS can also be exploited in hidden input parameter fields with examples.
XSS Explained with Kurukshetra
Learn how the partially implemented HTML output encoding can be bypassed for exploiting XSS vulnerability using the HTML5 attributes
XSS Explained with Kurukshetra
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
XSS Explained with Kurukshetra
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
XSS Explained with Kurukshetra
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
XSS Explained with Kurukshetra
Learn how the XSS payload can be crafted using HTML5 event attributes rather than using the classic <script> tag
XSS Explained with Kurukshetra
Using the XSS fundamentals learned will look at how poorly implemented input validations can be bypassed with a custom-crafted xss payload.
XSS Explained with Kurukshetra
You will learn about a reflected XSS and how it differs from the stored XSS. Also, I will walk you through exploiting reflected XSS.
XSS Explained with Kurukshetra
You will learn about what cross-site scripting vulnerability is, the types of cross-site scripting vulnerabilities, and how to identify a stored XSS vulnerability.
XSS Explained with Kurukshetra
Kurukshetra is an intentionally designed XSS-vulnerable application. XSS is explained with examples, and it's an open-source lab for practicing and learning cross-site scripting vulnerabilities.