mirror of
https://github.com/cliffe/BreakEscape.git
synced 2026-02-22 11:48:18 +00:00
Add flag submission tasks to main mission objective
- Add 4 submit_flags tasks following M1 pattern
- submit_network_scan_flag: flag{network_scan_complete}
- submit_ftp_flag: flag{ftp_intel_gathered}
- submit_http_flag: flag{pricing_intel_decoded}
- submit_distcc_flag: flag{distcc_legacy_compromised}
- Provides clear player guidance for flag submission
- Aligns with success criteria requiring all 4 VM flags
This commit is contained in:
@@ -92,6 +92,34 @@ operational_log_content = "TRANSACTION LOG - Q3 2024\n\n[2024-09-15 14:32:11] Pr
|
||||
"type": "custom",
|
||||
"status": "locked"
|
||||
},
|
||||
{
|
||||
"taskId": "submit_network_scan_flag",
|
||||
"title": "Submit network scan evidence",
|
||||
"description": "Submit flag{network_scan_complete} at drop-site terminal",
|
||||
"type": "submit_flags",
|
||||
"status": "locked"
|
||||
},
|
||||
{
|
||||
"taskId": "submit_ftp_flag",
|
||||
"title": "Submit FTP intelligence evidence",
|
||||
"description": "Submit flag{ftp_intel_gathered} at drop-site terminal",
|
||||
"type": "submit_flags",
|
||||
"status": "locked"
|
||||
},
|
||||
{
|
||||
"taskId": "submit_http_flag",
|
||||
"title": "Submit HTTP analysis evidence",
|
||||
"description": "Submit flag{pricing_intel_decoded} at drop-site terminal",
|
||||
"type": "submit_flags",
|
||||
"status": "locked"
|
||||
},
|
||||
{
|
||||
"taskId": "submit_distcc_flag",
|
||||
"title": "Submit distcc exploit evidence",
|
||||
"description": "Submit flag{distcc_legacy_compromised} at drop-site terminal",
|
||||
"type": "submit_flags",
|
||||
"status": "locked"
|
||||
},
|
||||
{
|
||||
"taskId": "decode_whiteboard",
|
||||
"title": "Decode Whiteboard Message",
|
||||
|
||||
Reference in New Issue
Block a user