Hacking Question:

Download Job Interview Questions and Answers PDF

What is CSRF (Cross Site Request Forgery)?

Hacking Interview Question
Hacking Interview Question

Answer:

CSRF or Cross site request forgery is an attack from a malicious website that will send a request to a web application that a user is already authenticated against from a different website. To prevent CSRF you can append unpredictable challenge token to each request and associate them with user's session. It will ensure the developer that the request received is from a valid source.

Download Hacking Interview Questions And Answers PDF

Previous QuestionNext Question
What are the types of hacking stages?What is Burp Suite?