Completed
Code Scanning: PHP
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Practical Security for Web Applications
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Software is Everywhere
- 3 Security Breaches
- 4 Web Applications
- 5 Strategies
- 6 Open Web Application Security Project
- 7 Code Scanning: PHP
- 8 Code Scanning: Python
- 9 Code Scanning: JavaScript
- 10 Dependency Check
- 11 Penetration Testing
- 12 Web Application Firewalls
- 13 Low-Level Vulnerabilities
- 14 ORM SQL Injection Data Mapper
- 15 ORM SQL Injection Active Record
- 16 XSS: Cross-Site Scripting
- 17 XSS: Mitigation
- 18 XSS: Rendering: Mitigation
- 19 XSS: Saving Data: Mitigation
- 20 CSRF: Cross-Site Req. Forgery
- 21 CSRF: Mitigation
- 22 Application Vulnerabilities
- 23 User Authentication
- 24 User Auth: Failure Messaging
- 25 User Auth: Failure Handling
- 26 User Auth: Multi-Factor
- 27 User Auth: Account Recovery
- 28 User Auth: Password Policies
- 29 User Auth: Password Hashing
- 30 User Auth: Password Transport
- 31 Compromised Account
- 32 Resource Access & Multi-Tenancy
- 33 Securing Data Stores
- 34 Network & System Design
- 35 Securing Credentials
- 36 InfoSec Mindset