Skip to content

Commit 3cbad65

Browse files
authored
Update README.md
1 parent 2135e9f commit 3cbad65

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
11
# mini_ctf
22
(mini ctf ITMO university just for 3 hours)
3+
STEGANO task1:
4+
5+
First of all, it was necessary to run binwalk:
6+
binwalk 'task1.jpg' -e
7+
8+
DECIMAL HEXADECIMAL DESCRIPTION
9+
--------------------------------------------------------------------------------
10+
0 0x0 JPEG image data, JFIF standard 1.01
11+
41561 0xA259 Zip archive data, encrypted at least v1.0 to extract, compressed size: 32, uncompressed size: 20, name: first_flag.txt
12+
41765 0xA325 End of Zip archive
13+
41787 0xA33B PNG image, 759 x 141, 8-bit/color RGB, non-interlaced
14+
15+
Binwalk could only pull out the zip archive, which turned out to be password-protected
16+
But we see PNG signature there, try to extract by hands, and find image with password for archive, open archive.
317
![secreeeeeeeeyt](https://user-images.githubusercontent.com/35141662/48094539-7c2f2f80-e223-11e8-82d5-6fbdb4bacdc6.png)
18+
FLAG: 1t_w4s_r34ll9_34zy!
19+

0 commit comments

Comments
 (0)