What is the key difference between Stored XSS and Reflected XSS attacks?

  • Reflected XSS involves non-persistent injection
  • Reflected XSS targets the client-side
  • Stored XSS involves persistent injection
  • Stored XSS targets the server-side
Stored XSS involves the injection of malicious scripts that persist on the target, whereas Reflected XSS involves non-persistent injection and reflects the payload back to the user.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *