## Up For A Little Challenge? The main idea finding the flag is to consecutively use Forensics commands. #### Step-1: After we download `Begin Hack.jpg` from the cloud, we try to understand what is the content.
#### Step-2: Then I tried `strings Begin hack.jpg` and got the following output: ``` JFIF Exif 8Photoshop 3.0 8BIM 8BIM S@%c &T6d 'E7e ()*89:HIJWXYZghijwxyz 0"2Q 3#aB c6p&ET ()*789:FGHIJUVWXYZdefghijstuvwxyz mQ15 TLMm [m[mQ15 *tMD "k4J Rs]n iy }p.6p _f;>Yd$W &MBo X?$6 bjCL k)p$ W&YL 19b$ ^8/_ l',r %pRG H4\p R/C,^ 7l#Y Oi?h w +V |^7V* QXmG5_? /E'C .$%er o%)) :?ab y+q\ 5O9e?%j? _&j" 1,G$+ CS@? *zHr Z#8CLQ_$# 1exh 1yjyw( 'Trj `- https://mega.nz/#!z8hACJbb!vQB569ptyQjNEoxIwHrUhwWu5WCj1JWmU-OFjf90Prg -N17hGnFBfJliykJxXu8 - =u}B {Y4B R_:/ /bTK T8(w }SPF* .YRi, m%

? pb}X8a ;>)I$ A16hM O9]F K_Es OQcc {8OI _ bK(1 c -L_Q c y:O @ tt'8 1F?jn ;'"K |q=_ =U$a FS ` 8nzo a~ Trqe@ (~CK9& Jq$? @a:O> ea!%! e$Ef yQ(u$65 4"< s^)V ``` #### Step-3: This output has opened a lot of gateways for us to explore. So let's try to visit the URL given to us: https://mega.nz/file/z8hACJbb#vQB569ptyQjNEoxIwHrUhwWu5WCj1JWmU-OFjf90Prg We get a new zip file there named `Up For A Little Challenge.zip`. #### Step-4: After we unzip and try to find content (including all hidden files, by `ls -al`), I found the directory `Did I Forget Again?` and in that I found an image and another compressed file called `.Processing.cerb4`. #### Step-5: When I tried to unzip it, I found an image `skycoder.jpg` which was encrypted. This is the time you have to be little smart and try the password from given things only. I tried to search above strings search and found password there: `Nothing Is As It Seems`. #### Step-6: Finally we get this image. Flag is right bottom corner. skycoder #### Step-7: Finally the flag becomes: `flag{hack_complete}`