This commit is contained in:
Z. Cliffe Schreuders
2025-04-23 17:18:19 +01:00
4 changed files with 21 additions and 17 deletions

View File

@@ -10,9 +10,6 @@
"connections": {
"north": "office1"
},
"locked": true,
"lockType": "password",
"requires": "Professor Bark",
"objects": [
{
"type": "workstation",
@@ -26,7 +23,7 @@
"name": "Reception Phone",
"takeable": false,
"readable": true,
"text": "The message is directing you towards finding the villains identity.",
"text": "The message is directing you towards finding the villains identity.\nRemember: only the first letter is capital",
"observations": ".--. / .-. / --- / ..-. / ..-. / . / ... / --- / .-."
},
{
@@ -53,6 +50,9 @@
"north": ["office2", "office3"],
"south": "reception"
},
"locked": true,
"lockType": "password",
"requires": "Professor Bark",
"objects": [
{
"type": "pc",
@@ -81,15 +81,15 @@
},
"office2": {
"locked": true,
"lockType": "biometric",
"requires": "Mrs Moo",
"biometricMatchThreshold": 0.5,
"type": "room_office",
"connections": {
"north": "ceo",
"south": "office1"
},
"locked": true,
"lockType": "biometric",
"requires": "Mrs Moo",
"biometricMatchThreshold": 0.5,
"objects": [
{
"type": "notes",
@@ -132,7 +132,10 @@
"north": "server1",
"south": "office1"
},
"locked": true,
"lockType": "biometric",
"requires": "Mrs Moo",
"biometricMatchThreshold": 0.5,
"objects": [
{
"type": "pc",
@@ -150,7 +153,6 @@
"observations": "Suspicious activity logged, passcode encrypted for safety purposes."
}
]
},
"ceo": {
@@ -192,7 +194,7 @@
"name": "safe",
"takeable": false,
"locked": true,
"password": "password",
"lockType": "password",
"requires": "203.0.113.78",
"contents": [
{

View File

@@ -209,7 +209,7 @@
"name": "A terminal with a flickering screen",
"takeable": false,
"requires": "password",
"observations": "Use RSA decryption (m = c^d mod n). For example, if c=3, calculate (3^53 mod 161). Do this for all ciphertext values to reveal the town's hex message."
"observations": "Use RSA decryption (m = c^d mod n). For example, if c=3, calculate (3^53 mod 161). Do this for all ciphertext values to reveal the town's hex message. '212,48,9,9,276,23,155,231' d=269 n=286"
},
{
"type": "safe",
@@ -217,7 +217,7 @@
"takeable": false,
"locked": true,
"lockType": "password",
"requires": "note",
"requires": "freedom!",
"observations": "A locked safe containing part of the conversation.",
"contents": [
{

View File

@@ -99,7 +99,7 @@
},
"locked": true,
"lockType": "password",
"requires": "6f118",
"requires": "6f8118",
"objects": [
{
"type": "pc",

View File

@@ -8,8 +8,9 @@
<name>Encoding and Encryption Lab</name>
<author>Z. Cliffe Schreuders</author>
<description>
# To be adjusted
Your legendary cookie recipe has been stolen by the mischievous squirrels led by Sir Acorn! Tracking them to their secret treehouse, the door slams shut behind you. A sign reads: 'Solve our riddles or forever be known as the Cookie Monster!' Crack the cryptographic challenges and reclaim your recipe before time runs out!
This scenario teaches foundational cryptography through Base64 decoding, hexadecimal conversion, Caesar cipher decryption, and AES/MD5 operations using CyberChef to reclaim a secret recipe.
</description>
<type>lab-sheet</type>
@@ -27,4 +28,5 @@
<CyBOK KA="WAM" topic="Fundamental Concepts and Approaches">
<keyword>ENCODING</keyword>
<keyword>BASE64</keyword>
</CyBOK>
</CyBOK>
</scenario>