Building PHP applications its fun and can be really rewarding but we need to make sure that this applications are secured. There other programmers out there looking into hacking our apps because maybe they have nothing to do or they enjoy it. Whatever the case may be, we need to educate ourselves on PHP security so that we may protect our data but most importantly other people's as well.
This is a crash course in PHP security which it's sole purpose its to teach you the main security issues with any PHP applications and at the same time how to fix it. We don't waste a lot of time with slides and jargon since we go straight to the code and start creating mini apps to demonstrate the attacks and the defense against it.
Come join me and let's create more secured PHP applications together!
Your Instructor
Course Curriculum
-
StartIntroduction (3:25)
-
StartTools (1:31)
-
StartProject Files (1:07)
-
StartSQL Injection part 1 (2:26)
-
StartSQL Injection part 2 (5:16)
-
StartSQL Injection part 3 (6:24)
-
StartSQL Hacking and preventing (6:44)
-
StartErrors (6:10)
-
StartCross-Site scripting (XSS) setup (8:37)
-
StartCross-site part 1 - displaying (3:36)
-
StartCross-site part 2 - displaying (6:33)
-
StartCross-sIte problem and prevention (8:00)
-
StartCross-site stealing cookies part 1 (7:18)
-
StartCross-site stealing cookies part 2 (8:51)
-
StartPassword hashing part 1 (5:11)
-
StartPassword hashing part 2 (5:46)
-
StartPassword hashing part 3 - Database connection (8:47)
-
StartPassword hashing part 4 - Verification (7:39)
-
StartHiding directories (3:00)
-
StartProtecting cookies (7:50)
-
StartCross-site Request Forgery (CSRF) part 1 (10:47)
-
StartCross-site Request Forgery (CSRF) part 2 (6:29)
-
StartCross-site Request Forgery (CSRF) part 3 (5:35)