Update lab sheet URLs in software and malware analysis scenarios

Replaced Google Docs links with new URLs pointing to HacktivityLabSheets for the following scenarios:
1. 1_dynamic_and_static_analysis.xml
2. 2_intro_to_c.xml
This commit is contained in:
Z. Cliffe Schreuders
2025-09-30 10:55:30 +01:00
parent f8543a5881
commit 8ab72ebebb
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
In your home directory you will find some binaries that you need to reverse engineer in order to determine the password that the program expects. Once you have found the password, run the program and enter the password to receive the flag.
</description>
<lab_sheet_url>https://docs.google.com/document/d/1Un1P-XieQDJ1H-opsxGg3zUEp-kQD5PYLnL4cBPsZF4/edit?usp=sharing</lab_sheet_url>
<lab_sheet_url>https://cliffe.github.io/HacktivityLabSheets/labs/software_and_malware_analysis/1-dynamic-and-static-analysis/</lab_sheet_url>
<type>ctf-lab</type>
<type>lab-sheet</type>

View File

@@ -14,7 +14,7 @@
This lab covers really important fundamentals. There are no flags this week.
</description>
<lab_sheet_url>https://docs.google.com/document/d/14kz_ZD6UyrfeBMc2o0obPv1zrkv023_1jjbTrbJVP-k/edit?usp=sharing</lab_sheet_url>
<lab_sheet_url>https://cliffe.github.io/HacktivityLabSheets/labs/software_and_malware_analysis/2-intro-to-c/</lab_sheet_url>
<type>ctf-lab</type>
<type>lab-sheet</type>