cedric
  • github
  • portfolio
  • bento
Back

IT-WST05

Web Security

6 Labs
2 Midterms1 Finals

Midterms

01

Laboratory 1

Configure XAMPP server, secure file structure, and implement htaccess rules

Easy1file
02

Laboratory 2

Validate a URL using filter_var().

Easy1file

Finals

01

Laboratory 1

Demonstrate SQL injection in an unsafe READ page and secure it using prepared statements

Medium5files

Modules

Protecting Your Database and Server (Part 1)

Starting and important setup (initial and essential configuration).

Server and Database Security (Part 2)

Specific files you need to edit to secure your server and database, .htaccess and php.ini.

Validation and sanitization

Validating and sanitizing user input to prevent common attacks and ensure data integrity.