Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Hacking OAuth 2.0 for Fun and Profit
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 About Me
- 3 Agenda
- 4 HISTORY OF OAuth
- 5 OAuth 2.0 BASICS
- 6 HOW OAuth 2.0 WORKS?
- 7 AUTHORIZATION CODE GRANT
- 8 IMPLICIT GRANT
- 9 WHERE OAuth 2.0 IS USED?
- 10 ATTACKS ON OAuth 2.0 INTEGRATIONS
- 11 TOKEN STEALING - What we do?
- 12 TOKEN STEALING - Secret Methodology
- 13 Case Study
- 14 PROOF OF CONCEPT
- 15 CODE STEALING - What we do?
- 16 CODE STEALING-Secret Methodology
- 17 CSRF - What we do?
- 18 CODE STEALING - Secret Methodology
- 19 ATTACK WORKFLOW
- 20 TOKEN IMPERSONATION - What we do?
- 21 TOKEN IMPERSONATION. Secret Methodology
- 22 CONCLUSION