BUU-MISC-[*CTF2019]otaku

Posted TzZzEZ-web

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了BUU-MISC-[*CTF2019]otaku相关的知识,希望对你有一定的参考价值。

[*CTF2019]otaku

第一层是个伪加密,修改加密位即可解压。
在这里插入图片描述
第二层加密是明文加密,将文档中隐写的部分转换成GBK编码之后使用明文破解。
(提供一段转换python脚本)

# -*- coding:GBK -*-
f = open('data.txt','w')
s = "Hello everyone, I am Gilbert. Everyone thought that I was killed, but actually I survived. Now that I have no cash with me and I’m trapped in another country. I can't contact Violet now. She must be desperate to see me and I don't want her to cry for me. I need to pay 300 for the train, and 88 for the meal. Cash or battlenet point are both accepted. I don't play the Hearthstone, and I don't even know what is Rastakhan's Rumble."
f.write(s)
f.close()

在这里插入图片描述
最后对图片使用zsteg分析,得到flag。
在这里插入图片描述

以上是关于BUU-MISC-[*CTF2019]otaku的主要内容,如果未能解决你的问题,请参考以下文章

BUUCTF MISC刷题笔记

BUU-MISC-[BSidesSF2019]zippy

BUU-MISC-[安洵杯 2019]Attack

BUU-MISC-百里挑一

BUU-MISC-[SUCTF2018]followme

BUU-MISC-[WUSTCTF2020]爬