WeChall - Shadowlamb - Chapter III
Challenge
Chapter III 要在 Delaware 的 Prison_Block1
墙上写指定句子,触发游戏返回 solution。
Solution
公开源码里的触发条件很直接:message 必须精确等于:
1 | gizmore is noob |
需要先有书写道具,例如 Chalk 或
Pen,然后到对应地点执行 write。
成功后 solution 形如:
1 | player!hash!gunda |
hash 同样绑定玩家名:
1 | substr(md5(secret.md5(player).secret), 2, 16) |
这是 live RPG 状态题:写墙会改变游戏状态,也可能暴露行为。执行前需要确认;writeup 只记录路线和精确触发字符串。