Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Exploiting Android Messengers with WebRTC
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is WebRTC?
- 3 WebRTC Terminology
- 4 WebRTC Architecture
- 5 WebRTC Vulnerabilities
- 6 Questions
- 7 RTP Bugs
- 8 CVE-2020-6514
- 9 Is a heap pointer sufficient to break ASLR on Android?
- 10 Revealing Memory with Bug 376
- 11 Setting IP (again)
- 12 Complete Exploit Steps
- 13 Investigating Android Applications
- 14 Implementing the Exploit in Frida
- 15 Methods to hook
- 16 Hooking Methods
- 17 Testing the exploit
- 18 Exploit results
- 19 Reducing the impact of WebRTC bugs
- 20 Conclusions