SECT CTF - ACID BURN ft REPORT Misc 200 & 200 Write up
Report - Misc ( 200 + 0 )
Mr. Belford sucks, is he hiding something....
Download: http://dl.ctf.rocks/Report.tar.gz
We are given a PDF file, at first i though maybe they hide some image or hidden text inside the pdf, so i use this site to extract
But wow, the are neither image nor font , nothing but text and metadata, cool
:D
So i was googling to see if the anyway to hide data in PDF
We know that hidden data can be embeded in
But in SHA2017 CTF, i have solved something encrypted with AES , to recover, we must know how the PDF Structure to get key, so i think maybe the data is embeded in the OBJ section like
and below is the hidden data that we need to find.
So I used binwalk to extract data in pdf file ( fore some reason i cant use any pdf tool in my ubuntu, still working on fixing lol ) , then check the obj section ( in .zlib )
as u can see, we know that the prefix "SECT" in hex are : 53 45 43 54 , and BAM look at this index table, here it is
we read from the bottom to the top and get the flag : SECT{N07_N1C3_T0_BR3AK_LUCY}
Acid burn - Misc (200)
I suspect Acid Burn is hiding something in her background image, but I can't quite figure out what is it. Can you help me?
Download: http://dl.ctf.rocks/acid_burn.tar.gz
We are given a webp image, wow, so strange, i didnt even know it exist
After alot of time google-ling, i realized that, Webp is just like PNG, they are all Lossless so maybe this can be LSB, i followed this and got nothing, so i think we should converted to another extension like JPG,BMP,PNG
So i converted Webp to PNG and tried with Stegsolve, Zsteg , Binwalk ,....... and one of them has the flag but i didn't realize that.
It wont take me so long to solve this if i have more attention on the frame Plane Red 2 which Stegsolve gives me.
yeah, you can see the word "SECT" clearly which i didn't realize and result me in wasting many many time . To see clearly, i used this site to make it clearerer to see
flag : SECT{I_LOVE_CRASH_OVERFLOW_BUT_I_CAN_NOT_TELL_HIM_HOW_I_FEEL_ABOUT_HIM}
MISC challenges in this contest are very interesting, i have learnt a lot of new thing . Even the 50 points and 100 points challenge are harder than the 200 challenge lol :D
Hi there!
Trả lờiXóaThe original idea with Acid Burn was something as follows:
* Notice the challenge webpage can serve a PNG with the desktop background unaltered.
* See pixel differences and see they are randomly placed inside a lattice (16x10 IIRC)
* Extract the different pixels to recompose the embedded image
* See the image it is only two dark colours and remove one of them to get the text.
I'll publish a script if nobody else does :)
I really like your solution though. Congrats!
Tks bro, it's really an interesting challenge, i leanrt alot
Xóa