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 MIB?
How do hackers hack passwords?
Explain what is DOS (Denial of service) attack? What are the common forms of DOS attack?
Explain what is Cross-site scripting and what are the types of Cross site scripting?
What are the 3 types of hackers?
Explain what is SQL injection?
Explain what is Network Sniffing?
Explain what is Ethical Hacking?
Explain what is Keylogger Trojan?
Explain what is ARP Spoofing or ARP poisoning?
Explain what is Enumeration?
What software do hackers use?