Explain what is CSRF (Cross Site Request Forgery)? How you can prevent this?
Answer / chaitanya
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.
| Is This Answer Correct ? | 4 Yes | 0 No |
Explain what is NTP?
Explain what is Enumeration?
Explain what is Cross-site scripting and what are the types of Cross site scripting?
What is Mac Flooding?
Who is the most dangerous hacker?
What tools do real hackers use?
Explain what is Network Sniffing?
What are the types of ethical hackers?
How do hackers hack passwords?
Explain what is DHCP Rogue Server?
What are the types of computer based social engineering attacks? Explain what is Phishing?
Explain what is CSRF (Cross Site Request Forgery)? How you can prevent this?