+2 votes
in Cyber Security by
What is the difference between stored and reflected XSS in CyberSecurity?

1 Answer

0 votes
by
  • Stored XSS Attacks - The attacks where the injected scripts are stored on the target servers permanently. In this, the victim retrieves the malicious script from the server when requests the stored information.
  • Reflected XSS Attacks - In this, the user has to send the request first, then it will start running on the victim’s browser and reflects results from the browser to the user who sent the request.
...