From f54123789860a3f1c59cbb9992a56a0702ae0235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C5=98epa?= Date: Thu, 19 Dec 2024 13:57:25 +0100 Subject: [PATCH] class13: add document 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 c306e41..f91cc66 100644 --- a/classes/class13/meta.json +++ b/classes/class13/meta.json @@ -2,6 +2,6 @@ "name": "Class 13 - Advanced Web Attacks", "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": "", + "google_doc_url": "https://docs.google.com/document/d/1ok_DWjY2m4Lan4xHeoDM8hSnROgEGo5cXD8qNpKkenU/edit?usp=sharing", "yt_recording_url": "" }