Which type of attack involves an attacker stealing a user's session token and using it to impersonate the user?
- Cross-Site Request Forgery (CSRF)
- Cross-Site Scripting (XSS)
- SQL Injection
- Session Hijacking
Session Hijacking involves an attacker stealing a user's session token and using it to impersonate the user. This attack allows unauthorized access to sensitive data.
Loading...
Related Quiz
- In which scenario would you typically use the "git rebase" command over "git merge"?
- The "Sources" tab in Browser Developer Tools is used for debugging _______ code.
- Which database indexing technique helps in optimizing query performance by storing data in a sorted order?
- Which tab in Browser Developer Tools is used to debug JavaScript code?
- _______ is a phenomenon where two or more transactions are waiting indefinitely for resources held by each other, resulting in none of them being able to proceed.