In an XSS attack, the _________ method of XSS involves the attacker injecting a script that is stored on the server.
- DOM-based
- Persistent
- Reflected
- Stored
In a stored XSS attack, the injected script is stored on the server and served to users, making it more dangerous.
Loading...
Related Quiz
- When designing a system for reporting purposes, what techniques would you use to ensure minimal impact on the transactional database system?
- Which load balancing algorithm distributes requests based on the server with the least connections?
- In the context of web applications, what does 'cache invalidation' refer to?
- The _________ pattern in caching involves generating and storing the results of a request before it's actually made.
- A thread-safe servlet ensures that shared data is accessed in a _________ manner.