Completed
SSRF - Server Side Request Forgery
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Modern Web Vulnerabilities 2020
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 NDC Security 2018
- 3 Insecure Deserialization
- 4 SSRF - Server Side Request Forgery
- 5 Edge Side Includes
- 6 Reverse proxy with caching
- 7 Dangers of ESI Injection
- 8 Finding and stopping ESI injection
- 9 JavaScript prototypes
- 10 Example: Logger definition
- 11 Exploring prototypes
- 12 Prototypes are mutable!
- 13 Common JavaScript patterns
- 14 Attack vectors
- 15 Avoiding prototype pollution attacks
- 16 Common API Problems
- 17 Classic HTTP Request smuggling
- 18 Detection and protection