Day 2: Small Business Online Shop - Home Operation


Day 2 Assignment

Part 1 – LAMP Stack Installation (Debian Server)

System Preparation

MySQL Installation

Web Directory Test

PHP Installation

MySQL Configuration

Run the following inside MySQL:

create database mydatabase;
create user 'mydbuser'@'localhost' identified by 'mypassword';
grant all privileges on mydatabase.* to 'mydbuser'@'localhost';
flush privileges;
show databases;
    

Wordpress Install


Part 2 – Business Scenario

Environment

Discussion Questions

  1. What security measures need to be in place?
  2. What security practices need to be taught?
  3. How could you, as a Cybersecurity Professional, provide the most value?

SSH Configuration


Part 5 – Security Testing

Analysis Questions

Improvement Discussion


Bonus