Cross Site Scripting
Cross-Site Scripting (XSS) is a web security vulnerability that lets an attacker inject malicious JavaScript into a page viewed by other users, allowing them to steal data, hijack sessions, or impersonate victims in their browser.
7 resources across 2 libraries
Glossary Terms(6)
SQL Injection
SQL Injection is a web security vulnerability where an attacker inserts malicious SQL statements into an application's input fields, tricking the backend datab…
OWASP ZAP
OWASP ZAP (Zed Attack Proxy) is a free, open-source dynamic application security testing (DAST) tool maintained by the OWASP Foundation, used to find security…
Web Application Firewall (WAF)
A Web Application Firewall (WAF) is a security control that filters, monitors, and blocks HTTP/HTTPS traffic to and from a web application, protecting it from…
Cross-Site Scripting (XSS)
Cross-Site Scripting (XSS) is a web security vulnerability that lets an attacker inject malicious JavaScript into a page viewed by other users, allowing them t…
Cross-Site Request Forgery (CSRF)
Cross-Site Request Forgery (CSRF) is an attack that tricks an authenticated user's browser into unknowingly submitting a malicious request to a web application…
OWASP Top 10
The OWASP Top 10 is a regularly updated awareness document published by the Open Worldwide Application Security Project that ranks the ten most critical securi…