当前位置:网站首页>Bugku CTF daily question baby_ flag. txt
Bugku CTF daily question baby_ flag. txt
2022-07-03 04:19:00 【Hua Su Mo on the other bank】
baby_flag.txt
Open and find it is txt file , After opening, I found a picture prefix , Change suffix to jpg Found a picture , At the end, I found a string of numbers , Found to be 0-f, Should be 16 Base number , But translate into ascii After use base Can't solve the secret , I know there is flag A hint of 
Then I saw the familiar raR! It should be a compressed package , however rar The prefix of the compressed package should be Rar! So try to change the prefix and then extract , Sure enough, a compressed package was extracted , But you need a password
At this time, I thought of the hint of the topic : It can be a little higher
It should be raised , So I changed the picture to a hundred million points and got the decompression password 
After decompressing, I found a pile of things I can't understand , After studying for a long time, I really can't solve , After reading the prompt, I learned that it was Malbolge Code of language ? this tm It's a piece of code ?
Then use the following URL to decrypt and get flag
https://zb3.me/malbolge-tools/
边栏推荐
- MySQL create table
- [mathematical logic] predicate logic (predicate logic basic equivalent | eliminate quantifier equivalent | quantifier negative equivalent | quantifier scope contraction expansion equivalent | quantifi
- Js/ts bottom implementation double click event
- JMeter starts from zero (III) -- simple use of regular expressions
- Basic syntax of class
- [brush questions] most elements (super water king problem)
- "Designer universe" argument: Data Optimization in the design field is finally reflected in cost, safety and health | chinabrand.com org
- Arduino application development - LCD display GIF dynamic diagram
- CVPR 2022 | Dalian Institute of technology proposes a self calibration lighting framework for low light level image enhancement of real scenes
- [set theory] set concept and relationship (true subset | empty set | complete set | power set | number of set elements | power set steps)
猜你喜欢
随机推荐
Which code editor is easy to use? Code editing software recommendation
Xrandr modifier la résolution et le taux de rafraîchissement
[pat (basic level) practice] - [simple simulation] 1063 calculate the spectral radius
Pdf editing tool movavi pdfchef 2022 direct download
eth入门之简介
BMZCTF simple_ pop
用户体验五要素
Introduction of pointer variables in function parameters
Kubernetes源码分析(一)
How to connect WiFi with raspberry pie
Mutex and rwmutex in golang
Drf--- quick start 01
Deep dive kotlin synergy (19): flow overview
因子选股-打分模型
JMeter starts from zero (III) -- simple use of regular expressions
CVPR 2022 | Dalian Institute of technology proposes a self calibration lighting framework for low light level image enhancement of real scenes
When writing a web project, SmartUpload is used for file upload and new string () is used for transcoding, but in the database, there will still be random codes similar to poker
使用BENCHMARKSQL工具对KingbaseES执行测试时报错funcs sh file not found
[graduation season · aggressive technology Er] Confessions of workers
服务器无法远程连接原因分析






![[brush questions] connected with rainwater (one dimension)](/img/21/318fcb444b17be887562f4a9c1fac2.png)


