当前位置:网站首页>Bugku CTF daily one question chessboard with only black chess
Bugku CTF daily one question chessboard with only black chess
2022-07-07 08:02:00 【Hua Su Mo on the other bank】
Only the board of black chess
Opening is a flag.zip And a picture , The chessboard didn't understand the meaning , So I used it first winhex Open it and have a look
In the end, I found an exception
There should be a compressed package , But with binwalk The analysis has no result
After analyzing for a long time, I found that there was a prompt that it was repaired manually
Here is a knowledge point :
zip The compressed package starts with 504B0304 start , It can be mixed with many 504B0102, Finally 504B0506 finishing
Sure enough, there is a problem with the compressed package format , The first should be changed to 504B0304
Change after change zip Suffix will find that you need to enter a password , But there is no password prompt ? Look at the attributes , No hints , There is no prompt for using the color tool , It suddenly occurred to me whether it was pseudo encryption ? It's true
Change 09 by 00 Then I opened the compressed package and found a txt file , The contents of the document are as follows
…
…
CDEFGHIJKLMNOPQRSTU
BCDEFGHIJKLMNOPQRST
ABCDEFGHIJKLMNOPQRS
The discovery begins with C->B->A
And there are three ellipsis in front , After reading the prompt, I want us to complete the ten lines , Then match the pieces on the grid , It's really a little brain opening , After completion is the following , Press
JKLMNOPQRSTUVWXYZAB
IJKLMNOPQRSTUVWXYZA
HIJKLMNOPQRSTUVWXYZ
GHIJKLMNOPQRSTUVWXY
FGHIJKLMNOPQRSTUVWX
EFGHIJKLMNOPQRSTUVW
DEFGHIJKLMNOPQRSTUV
CDEFGHIJKLMNOPQRSTU
BCDEFGHIJKLMNOPQRST
ABCDEFGHIJKLMNOPQRS
Spread the letters on the chessboard , Press 1-10 Get the following letters in the order of
GOODGOPLAY
Namely flag.zip Unzip password for , After decompressing, it is found to be a picture
use winhex open , It's a standard picture , But there are PS Suspicion of modification
Try to change the height and width , As a result, the blind cat took the dead mouse , After heightening flag There was a little
So it's bigger , obtain flag
边栏推荐
- dash plotly
- Padavan manually installs PHP
- Mysql高低版本切换需要修改的配置5-8(此处以aicode为例)
- Common validation comments
- [2022 ciscn] replay of preliminary web topics
- Linux server development, MySQL cache strategy
- Qt学习28 主窗口中的工具栏
- Visualization Document Feb 12 16:42
- IO stream file
- 【数字IC验证快速入门】15、SystemVerilog学习之基本语法2(操作符、类型转换、循环、Task/Function...内含实践练习)
猜你喜欢
2022 recurrent training question bank and answers of refrigeration and air conditioning equipment operation
Explore dry goods! Apifox construction ideas
Few shot Learning & meta learning: small sample learning principle and Siamese network structure (I)
快速使用 Jacoco 代码覆盖率统计
Figure out the working principle of gpt3
Wechat applet data binding multiple data
numpy中dot函数使用与解析
A bit of knowledge - about Apple Certified MFI
These five fishing artifacts are too hot! Programmer: I know, delete it quickly!
2022 tea master (intermediate) examination questions and mock examination
随机推荐
dash plotly
Linux server development, detailed explanation of redis related commands and their principles
pytest+allure+jenkins安装问题:pytest: error: unrecognized arguments: --alluredir
[performance pressure test] how to do a good job of performance pressure test?
[webrtc] m98 Screen and Window Collection
Chip information website Yite Chuangxin
Linux server development, MySQL process control statement
有 Docker 谁还在自己本地安装 Mysql ?
CentOS7下安装PostgreSQL11数据库
[quickstart to Digital IC Validation] 15. Basic syntax for SystemVerilog Learning 2 (operator, type conversion, loop, Task / Function... Including practical exercises)
芯片 設計資料下載
2022 welder (elementary) judgment questions and online simulation examination
Regular e-commerce problems part1
Mysql高低版本切换需要修改的配置5-8(此处以aicode为例)
mysql多列索引(组合索引)特点和使用场景
C language communication travel card background system
Force buckle 145 Binary Tree Postorder Traversal
2022年全国最新消防设施操作员(初级消防设施操作员)模拟题及答案
2022 tea master (intermediate) examination questions and mock examination
【数字IC验证快速入门】13、SystemVerilog interface 和 program 学习