InterviewSolution
Saved Bookmarks
| 1. |
What is CSRF? |
|
Answer» CSRF – Cross Site Request Forgery. Csrf TOKENS COULD also be sent to a client by an attacker due to session FIXATION or other vulnerabilities or guessed VIA a brute-force attack, rendered on a malicious page that GENERATES thousands of failed requests. |
|