From 31127ccd564acfb3b5bb307589738223d1565724 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C5=98epa?= Date: Fri, 20 Dec 2024 19:29:31 +0100 Subject: [PATCH] class 13: add YT recording link --- classes/class13/meta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/class13/meta.json b/classes/class13/meta.json index f91cc66..e821f65 100644 --- a/classes/class13/meta.json +++ b/classes/class13/meta.json @@ -3,5 +3,5 @@ "id": "class-13", "description": "The 13th focuses on Advanced Web Attacks.
Please open the Google document provided to all registered students and follow the document.
  1. Start the class.
  2. From the hackerlab (browser terminal), connect to the class 13 container with preinstalled tools using command ssh root@class13 and admin password
  3. From a new terminal on your computer (NOT StratoCyberLab), execute following command ssh -L 3000:juiceshop:3000 root@127.0.0.1 -p 2222 with password ByteThem123. This setups port forwarding so you can access the services in your browser.
", "google_doc_url": "https://docs.google.com/document/d/1ok_DWjY2m4Lan4xHeoDM8hSnROgEGo5cXD8qNpKkenU/edit?usp=sharing", - "yt_recording_url": "" + "yt_recording_url": "https://www.youtube.com/embed/KiNLU0lOWbU?si=x9mQ6Bh1NTnFOiKU" }