1.签到
略。
2.[crypto]easymath
参考:https://zhuanlan.zhihu.com/p/363648238
https://blog.csdn.net/song_lee/article/details/107498149
exp:
s_shift = 1862790884563160582365888530869690397667546628710795031544304378154769559410473276482265448754388655981091313419549689169381115573539422545933044902527020209259938095466283008
len_s = 175
five_power = 5 ** len_s
from Crypto.Util.number import *
import gmpy2
s = s_shift * gmpy2.powmod(2, -10000, five_power) % five_power
print(s)
print(long_to_bytes(s))
3.寒王’sblog
这题需要脑洞,脑洞访问https://hanwang2333.gitee.io/2020/03/12/outguess/flag.jpg
得到flag.jpg:

然后照着教程走:
4.stealer
这题把流量包打开基本没啥发现,倒是DNS的包里看到有数据:
看到IVBOR开头盲猜是图片base64:
这里把所有的base64提取出来:
把多余的字符去掉得到: