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?
What laptops do hackers use?
What os do hackers use?
Explain what is DHCP Rogue Server?
What software do hackers use?
Explain what is Cross-site scripting and what are the types of Cross site scripting?
Explain what is DOS (Denial of service) attack? What are the common forms of DOS attack?
What laptops hackers use?
Explain what are the types of hacking stages?
Explain how you can stop your website getting hacked?
Explain what is CSRF (Cross Site Request Forgery)? How you can prevent this?
Explain what is Network Sniffing?