12 lines
649 B
Markdown
12 lines
649 B
Markdown
# Easy challenges
|
|
> These challenges are considered easy, they basically guide you to what to do. Do remember to read everything correctly okay?
|
|
|
|
## Smile!
|
|
That is what the message your friend sent contained, and this weird picture of a smiley. You vaguely remember something about JPG files being able to hide other info inside of it. Try to find what it is!<br>
|
|
![:oof:](/img/smiley.jpg)<br>
|
|
<input id="smileFlag" placeholder="flag{xxx}" autocomplete="off" maxlength=40><button onClick="check('smile', 'smileFlag')">Check!</button>
|
|
|
|
|
|
## Finally
|
|
You are not a master yet, but you can get closer [here](/medium)
|
|
<script src="/js/verify.js"></script> |