File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -14,16 +14,18 @@ Open up the problem in a hex editor and take a look around.
14
14
15
15
## Solution
16
16
17
- Open stegosaursu .jpg in hexdump in the Linux terminal.
17
+ Open stegosaurus .jpg in hexdump in the Linux terminal.
18
18
19
19
` $ hd stegosaurus.jpg `
20
20
21
21
At the bottom, you will see:
22
- `000144e0 54 48 49 53 20 57 41 53 20 45 41 53 59 20 00 00 |THIS WAS EASY ..|
22
+ ```
23
+ 000144e0 54 48 49 53 20 57 41 53 20 45 41 53 59 20 00 00 |THIS WAS EASY ..|
23
24
000144f0 4e 45 58 54 20 54 49 4d 45 20 57 49 4c 4c 00 00 |NEXT TIME WILL..|
24
25
00014500 42 45 20 48 41 52 44 45 52 0d 0a ae 28 44 76 94 |BE HARDER...(Dv.|
25
26
00014510 46 4c 41 47 20 49 53 20 5c b0 c8 1b b9 35 2c 4c |FLAG IS \....5,L|
26
- 00014520 68 33 78 5f 31 73 5f 63 30 30 6c 20 4f e0 3a 57 |h3x_1s_c00l O.: W |`
27
+ 00014520 68 33 78 5f 31 73 5f 63 30 30 6c 20 4f e0 3a 57 |h3x_1s_c00l O.:W|
28
+ ```
27
29
28
30
## Flag
29
31
You can’t perform that action at this time.
0 commit comments