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.
Loading...
Related Quiz
- In caching, __________ refers to the technique of dynamically adjusting the cache size based on current system load.
- In a case where file uploads are taking too long, what are potential causes and solutions?
- To ensure that database resources are always released, use the __________ block to close connections.
- Which listener interface in Servlets is used for receiving notification about ServletContext lifecycle changes?
- The servlet forwards the processed data to the view using the __________ mechanism.