HackINI-2023 MISC
题目作者: 未知
一 血: auroraxcd7
一血奖励: 0金币
解 决: 11
提 示:
描 述: "> The first char of the flag is in packet 1, the second in packet 2,\ \ the thrid in packet 3, the fourth in packet 5, the fifth in packet 8...\n\n\n\ \ **Author**: Chih3b"
附 件: 下载
先把所有DATA找出来(数据是一个隔一个存放的),再按照斐波那契数,1,2,3,5,8……的位数从找出来的字符里提取字符,再16进制转换为10进制,对照ASCII码表找出字符、拼接。