[WUSTCTF2020]find_me
查看属性,发现

是盲文,解密得到flag
盲文解密网站
wctf2020{y 0 0 0u_f 1 1 1n d d d_M e e ee e e ee$e}
法二
exiftool
[SWPU2019]伟大的侦探

用010打开txt文档,更改编码方式

用明文解压得到福尔摩斯小人密码


解密得到flag
iloveholmesandwllm
黑客帝国

熟悉的文件头,复制到010里面去

保存解压,爆破得到密码

看文件头发现是jpg修改

得到flag

[MRCTF2020]你能看懂音符吗
发现文件头出错,修改得到
解压

音符加密
选中搜索,因为复制不下来
然后再复制

喵喵喵
首先查看图片基础信息,没有什么发现,用stegsolve打开

发现最低位通道有点问题:一串可疑的白
推测lsb隐写

保存为1.png

选择文件头到文件尾,保存为png

识别得到

得到一个rar文件
使用alternatestreamview-x64,得到

py反编译
#!/usr/bin/env python
# visit https://tool.lu/pyc/ for more information
import base64
def encode():
flag = '*************'
ciphertext = []
for i in range(len(flag)):
s = chr(i ^ ord(flag[i]))
if i % 2 == 0:
s = ord(s) + 10
else:
s = ord(s) - 10
ciphertext.append(str(s))
return ciphertext[::-1]
ciphertext = [
'96',
'65',
'93',
'123',
'91',
'97',
'22',
'93',
'70',
'102',
'94',
'132',
'46',
'112',
'64',
'97',
'88',
'80',
'82',
'137',
'90',
'109',
'99',
'112']
解密得到flag
flag{Y@e_Cl3veR_C1Ever!}
[SWPU2019]你有没有好好看网课?
先解压flag3

推测在5.20s和7.11s视频附近有问题

用快剪辑打开

这个为敲击码

所以为WLLM

dXBfdXBfdXA=
up_up_up
拼接起来解压得到flag


7502

被折叠的 条评论
为什么被折叠?



