Skip to content

Commit

Permalink
bug fix: let Nodes more in line with setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
FBIKdot committed Jan 29, 2023
1 parent 9d2b1b2 commit 8fb7d90
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Actions/sPIRC/Action1.1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
<AddAsset FileName="SQLMemoryCorruptionInjector.exe" FileContents="#SQL_CRACK#" TargetComp="sPAssets" TargetFolderpath="home/tools" />
<AddAsset FileName="SMTPServerOverflow.exe" FileContents="#SMTP_CRACK#" TargetComp="sPAssets" TargetFolderpath="home/tools" />
<LaunchHackScript
Filepath="HackerScripts/clean.txt"
DelayHost="cyanComp"
Filepath="HackerScripts/attackLily.txt"
DelayHost="delayHost"
SourceComp="cyanComp"
TargetComp="lilyPad"
RequireLogsOnSource="false"
Expand Down
6 changes: 6 additions & 0 deletions HackerScripts/attackLily.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
config lilyPad cyanComp 0 $#%#$
connect $#%#$
openPort 22 $#%#$
openPort 1234 $#%#$
openPort 8080 $#%#$
disconnect $#%#$
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<body>你好, #PLAYERNAME#,
Student_Power一直在运营着一个服务, 叫 Whole Net Pinging.
简单来说, 它会根据一定的规则, 循环着对摩登校网所有在公网上的计算机发送请求, 检测服务器是否在线后将该服务器的一些基本信息, 如计算机名称或路由器/网关名称统计于数据库.
这个服务虽然周期时间较大, 服务器配置不高, 但是受到了多人的规则优化, 目前可以做到半学期内对统计进行 5~6 次更新.
这个服务虽然周期时间较大, 服务器配置不高, 但是受到了多人的规则优化, 目前可以做到半学期内对统计进行约 50 次更新.
这个服务可以帮助我们收集到摩登校网的大部分计算机名称以及对应ip地址, 曾经开放的端口号等待信息. 它为我们的侦探任务提高了有效线索.
不过最近, Whole Net Pinging 的服务器被入侵了. 入侵着入侵者技术高超且手段残暴, 对数据库进行了盗取与篡改, 并对服务器进行了破坏.

Expand Down
18 changes: 9 additions & 9 deletions Nodes/sPower/sPMissions/sPHubMissions/Mission3/lilyPad.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<Computer id="lilyPad" name="Lily 的ePad" security="0" allowsDefaultBootModule="false" type="empty" icon="tablet">
<Computer id="lilyPad" name="Lily 的ePad" security="0" allowsDefaultBootModule="false" type="5" icon="tablet">

<adminPass pass="alpine" />
<ports>32, 21</ports>
<portRemap>32=22, 21=1234</portRemap>
<ports>32,22,21,80</ports>
<portRemap>21=1234, 80=8080</portRemap>
<portsForCrack val="3" />

<trace time="-1" />
Expand All @@ -13,10 +13,13 @@ Service Port : 1234
</file>
<file path="eos/apps/SignalScrambleService" name="app.pkg">#BINARY#</file>
<file path="eos/apps/SignalScrambleService" name="SignalScrambleService.sav">----- [SignalScrambleService] Save Data -----
Scramble Enable : true

Service Port : 22
Target Port : 3695

Scramble Port : 22, 3695
beta.enableDebug : false

beta.debugPort : 8080
</file>
<file path="eos/notes" name="待装软件.txt">待装软件

Expand All @@ -30,10 +33,7 @@ FTPServer是一个轻便的文件传输软件. 众所周知, 暂时只有eOS拥
营销号话真多


SignalScrambleService: 安防程序, 测试版, 据说能干扰eOS不需要的端口.
SignalScrambleService: 安防程序, 还是个测试版, 据说能屏蔽eOS Connection Manager.
</file>
<file path="eos/mail" name="place-holder">place-holder</file>
<file path="eos/system" name="core.sys">#BINARY#</file>
<file path="eos/system" name="runtime.bin">#BINARY#</file>
<dlink target="lilyLaptop" />
</Computer>

0 comments on commit 8fb7d90

Please sign in to comment.