About Information Security Awareness & Education
A simple introduction to security awareness and why everyday habits matter for protecting personal and work data.
A simple introduction to security awareness and why everyday habits matter for protecting personal and work data.
This article goes into depth discussing an alternative JavaScript function, namely “confirm()”. It serves as an alternative for the JavaScript “alert()” function when the latter is unavailable.
Check out how a security risk can arise from an improperly configured dynamic link generation tag and which can result in XSS exploitation.
Learn how to bypass a misconfigured CSP policy and how it can lead to the successful exploitation of cross-site scripting vulnerability.
Learn how a misconfigured CSP can be bypassed, potentially leading to the successful exploitation of cross-site scripting vulnerability.
Check out how the XSS can be exploited in the HTML tags and learn more about tag-based XSS payload.
Check out how the XSS can also be exploited in hidden input parameter fields with examples.
Learn how the partially implemented HTML output encoding can be bypassed for exploiting XSS vulnerability using the HTML5 attributes
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 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