C# Lessons
Filters (1)
XPath injection
Learn about XPath injections, and how to mitigate and remediate the vulnerability with real-world examples from security experts.
Insecure hash
Learn what an insecure hash is, why you should be aware of it, and how you can implement strong hashes to remediate the vulnerability in your organization
XML external entity injection
Learn how an XXE attack works, and how to mitigate and fix the XXE vulnerability with real-world examples from security experts.
Open redirect
Learn about the risks of exposing open redirects, how to exploit them and how to mitigate them.
Directory traversal
Learn how to protect your code from directory traversal in JavaScript by exploiting a vulnerable web server.
Cross-site scripting
Learn about XSS and how to protect your code from various cross-site scripting (XSS) attacks.
SQL injection
Learn how to create SQL queries securely and avoid SQL injection attempts by malicious third parties.