Skip to content

Commit a5a9418

Browse files
authored
Merge pull request #18 from maix2012/main
assets + [StartMission] 示例任务文件
2 parents 0c2e1a2 + 326858d commit a5a9418

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

Assets/Missions/StartMission.xml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<mission id="exampleMission" activeCheck="true" shouldIgnoreSenderVerification="false">
3+
<goals>
4+
<goal type="getadmin" target="targetComputer"/>
5+
<goal type="filedeletion" target="targetComputer" file="secret.txt" path="home"/>
6+
<goal type="fileupload" target="targetComputer" file="evidence.txt" path="home"
7+
destTarget="playerComp" destPath="home"/>
8+
</goals>
9+
10+
<missionStart val="0">changeSong</missionStart>
11+
<missionEnd val="1">addRank</missionEnd>
12+
13+
<nextMission IsSilent="false">NONE</nextMission>
14+
15+
<posting title="数据清除任务" reqs="" requiredRank="2">
16+
需要入侵目标计算机并删除敏感文件
17+
</posting>
18+
19+
<email>
20+
<sender>CSEC</sender>
21+
<subject>紧急任务:数据清除</subject>
22+
<body>我们需要你入侵目标系统并删除指定的敏感文件。完成后请上传证据文件。</body>
23+
<attachments>
24+
<link comp="targetComputer"/>
25+
<account comp="targetComputer" user="guest" pass="password123"/>
26+
</attachments>
27+
</email>
28+
</mission>

0 commit comments

Comments
 (0)