Laracon DB
Laracon DB
Talks for "vulnerabilities" (1)
Think Like a Hacker

A security-focused talk demonstrating common vulnerabilities in Laravel applications through live examples. The speaker walks through various attack vectors including credential stuffing, cross-site scripting (XSS), remote code execution through session manipulation, and SQL injection. The talk emphasizes the importance of thinking like a hacker to identify and fix security vulnerabilities, including proper password management and disabling debug mode in production.