当前位置:网站首页>[SUCTF 2019]Game
[SUCTF 2019]Game
2022-07-07 04:13:00 【[mzq]】
[SUCTF 2019]Game
题目地址 : https://buuoj.cn/challenges#[SUCTF%202019]Game
题目一共两个附件,先把src.zip 解压,在src目录下的index.html 中找到base32数据,解压后发现是fake flag
suctf{
hAHaha_Fak3_F1ag}
接下来分析那张png,用stegsolve打开在0通道发现base64数据,解码后发现乱码,应该是aes或者des加密base64的密文

U2FsdGVkX1+zHjSBeYPtWQVSwXzcVFZLu6Qm0To/KeuHg8vKAxFrVQ==
经过尝试 是des 加密,密码就是找到的fake flag
DES解密 : https://www.sojson.com/encrypt_triple_des.html

suctf{
U_F0und_1t}
边栏推荐
- 解决could not find or load the Qt platform plugin “xcb“in ““.
- Wechat applet full stack development practice Chapter 3 Introduction and use of APIs commonly used in wechat applet development -- 3.10 tabbar component (I) how to open and use the default tabbar comp
- L'externalisation a duré trois ans.
- Cloud backup project
- Route jump in wechat applet
- 面试结束后,被面试官在朋友圈吐槽了......
- Outlier detection technology of time series data
- Leetcode-226. Invert Binary Tree
- 1142_ SiCp learning notes_ Functions and processes created by functions_ Linear recursion and iteration
- Dynamics CRM server deployment - restore database prompt: the database is in use
猜你喜欢

外包幹了三年,廢了...

nacos

95后CV工程师晒出工资单,狠补了这个,真香...

【数学笔记】弧度

Apache AB stress test

Example of Pushlet using handle of Pushlet

Make a bat file for cleaning system garbage

URP - shaders and materials - simple lit

聊聊异步编程的 7 种实现方式

The metauniverse of the platofarm farm continues to expand, with Dao governance as the core
随机推荐
Leetcode-226. Invert Binary Tree
JS small exercise
三、高质量编程与性能调优实战 青训营笔记
Robot technology innovation and practice old version outline
JSON introduction and JS parsing JSON
About binary cannot express decimals accurately
[Linux] process control and parent-child processes
Blue Bridge Cup Netizen age (violence)
Implementing data dictionary with JSP custom tag
Six methods of flattening arrays with JS
242. Bipartite graph determination
Flexible layout (II)
科技云报道:从Robot到Cobot,人机共融正在开创一个时代
Differences between H5 architecture and native architecture
1142_ SiCp learning notes_ Functions and processes created by functions_ Linear recursion and iteration
English translation is too difficult? I wrote two translation scripts with crawler in a rage
Hidden Markov model (HMM) learning notes
Outsourcing for four years, abandoned
How can a 35 year old programmer build a technological moat?
2、 Concurrent and test notes youth training camp notes

