Reflected or Type 2 XSS attacks

Reflected XSS attacks are the second type of XSS attack vector, in which the malicious XSS payload is not stored in the database table for persistence, but is still injected in some parameter of the web page that gets rendered back to the user. The browser, unaware of this change, simply either renders the injected malicious HTML or executes the injected malicious Java script code, again resulting in the user's data being compromised.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset