Classroom Presentations:

There are two options for standing up the web application:

Option 1:

Instructor Hosted Web Application

Kali/Ubuntu Linux:

apt install docker.io docker-compose
docker run -d -p 80:80 --name totp-demo joshbeck2024/time-based-one-time-password-totp-demo:latest

On your Kali/Ubuntu host identify the IP Address:

hostname -I

image.png

Option 2:

Instructor Feature: (Enable/Disable Rate Limiting)