April 2017
Intermediate to advanced
350 pages
8h 35m
English
These web application security vulnerabilities enable attackers to inject client-side script in web pages. They often occur when data enters through from an untrusted source, and also dynamic content that's sent to users without validation for malicious content. The implementation for these types of attacks ranges widely, but private transfer of cookies, sessions, sensitive data, and redirection are some things that cross-site scripting is capable of. XSS attacks are commonly either stored or reflected. Stored XSS is where user input is stored on the server, and then a victim is able to retrieve the stored data from the web app without that data being made safe to render in the browser. Reflected XSS is ...
Read now
Unlock full access