CSRF attacks primarily target which aspect of a web application?
- User Sessions
- Database Structure
- User Credentials
- Cross-Origin Resource Sharing (CORS)
CSRF (Cross-Site Request Forgery) attacks aim to exploit the user's active session, tricking them into performing unintended actions in an authenticated session.
Loading...
Related Quiz
- In PHP, an interface is defined using the interface keyword.
- To check if a specific cookie is set in PHP, you can use the ________ superglobal array.
- How can we pass a variable through navigation between pages?
- To check the data type of a variable in PHP, which function do you use?
- What is Form Handling in PHP?