Login
Remember
Register
Ask a Question
What is the difference between stored and reflected XSS in CyberSecurity?
+2
votes
asked
Sep 10, 2020
in
Cyber Security
by
Hodge
What is the difference between stored and reflected XSS in CyberSecurity?
#cybersecurity
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 10, 2020
by
AdilsonLima
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.
...