Completed
What is Cross-Site Request Forgery
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
OWASP CSRFGuard: Understanding and Preventing Cross-Site Request Forgery
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is Cross-Site Request Forgery
- 3 The classic example
- 4 More recent CSRF Attack
- 5 Relaxing the SOP (1)
- 6 Anything else? Yes, ofCORS!
- 7 When it's safe to fly?
- 8 CORS Server side headers
- 9 Real world CSRF attack payloads
- 10 Searching for CSRF exploits
- 11 Searching for recent CSRF exploits
- 12 How to prevent it?
- 13 SameSite - the game changer
- 14 So when would you need CSRF Guaru..
- 15 CSRF Guard flow (2)
- 16 What's new in CSRF Guard 4.x
- 17 CSRF Guard JSP Tag support
- 18 Conclusions and recommendations
- 19 Automation with nuclei templates
- 20 Nuclei detect CSRFGuard defaults
- 21 References