Computer Science, asked by vipinbsr81, 4 months ago

Q:1. Which of the following is correct for CSRF attack?



1.It tricks user to send malicious request to server.

2.Cookie can be used in CSRF attack

3.Both 1 and 2

4.None of the mentioned above



Answer :- Both 1 and 2

Reason:- Using a cookie to provide the CSRF token to the client does not allow a successful attack because the attacker cannot read the value of the cookie and therefore cannot put it where the server-side CSRF validation requires it to be , and Cross- site request forgery attacks (CSRF or XSRF for short) are used to send malicious requests from an authenticated user to a web application

Answers

Answered by yashashvi69
0

Answer:

tricks user to send malicious request to server. 2.Cookie can be used in CSRF attack 3.Both 1 and 2 4.None of the mentioned above enter reason here. 1. See answer.

1 vote

1) it tricks user to send malicious request to server is the answer More

brainly.in › ... › Secondary School

Q:1. Which of the following is correct for CSRF attack? 1.It tricks user to ...

1 day ago · 1 answer

1.It tricks user to send malicious request to server. 2.Cookie can be used in CSRF attack 3.Both 1 and 2 4.None of the ...

Similar questions