Hgame 2025 Week1 Misc

Misc

Hakuya Want A Girl Friend

下载附件给了一个十六进制,010贴进去发现是zip文件头,后面跟了一个逆序的png,正过来修复宽高得到压缩包密码,解压得到flag

image-20250204215442674

image-20250204215408776

1
2
f=open("无标1.zip","rb").read()
open("222.png","wb").write(f[::-1])

fix_222

image-20250204215950085

hgame{h4kyu4_w4nt_gir1f3nd_+q_931290928}

Computer cleaner

取证大师看历史命令,发现打开了shell.php、upload_log.txt、flag_part3,直接进机子find找到两段flag,根据提示朔源访问upload_log.txt中的访问ip得到中间的flag

image-20250205164411601

image-20250205164504313

image-20250205164430309

Level 314 线性走廊中的双生实体

看源码一把梭

image-20250208051125520

1
import torch;print(''.join([chr(b ^ 85) for b in torch.jit.load('entity.pt.zip').security.flag]))

flag{s0_th1s_1s_r3al_s3cr3t}

Web

Level 24 Pacman

image-20250204221403570

image-20250204215559787

image-20250204215454958


Hgame 2025 Week1 Misc
https://more678.github.io/2025/02/11/Hgame 2025 Week1 Misc/
作者
tenstrings
发布于
2025年2月11日
许可协议