Search Interview Questions | Click here and help us by providing the answer. Click Correct / Improve and please let us know. |
|
|||
|
| ||||
| Interview Questions and Answers | ||||
| ||||
| Ans. SRF attack requires an authenticated session, whereas an XSS attack doesn’t. XSS doesn’t require any user interaction.CSRF is restricted to the actions the victim can perform. XSS requires a vulnerability to happen, whereas CSRF relies on tricking the user to click a link or access a page. CSRF can only send an HTTP request but cannot view the response. XSS can send and receive HTTP requests and responses to extract the required data. | ||||