Lesson 7: Reflected XSS
Aayush-C
Reflected XSS is a vulnerability that occurs when your website shows back the entry of users on the webpage to them (hence the name reflected). Today we learned how we can use Reflected XSS to our advantage, protect against it, and test ourselves to check our knowledge of it.
Links in the video: How Cross-site Scripting Works - https://www.acunetix.com/websitesecurity/cross-site-scripting/?utm_source=hacksplaining&utm_medium=post&utm_campaign=articlelink Content security policy - https://web.dev/csp/ CSP (Content Security Policy) on the Mozilla Developer Network - https://developer.mozilla.org/en-US/docs/Web/Security/CSP Content Security Policy Explained - https://www.netsparker.com/blog/web-security/content-security-policy/?utm_source=hacksplaining&utm_medium=post&utm_campaign=articlelink
95116181 Bytes