Rating:

We’re given a URL: https://clearedge.ctf.umbccd.io/, which on opening leads to a webpage with 2 images and 2 lines of text, the lower line of text has curly braces {} which indicates that there might be a flag there. But, since this is a 25 point challenge let’s look at the page source to search for some obvious flags!

I guess my hunch was right, On opening the source of the page, we see a line in the code:
```

```

Voila! We found the first flag! :D
Flag: DawgCTF{ClearEdge_ElizebethSmith)

View the full writeup [here](https://github.com/abhichitkara/DawgCTF20-Writeups/blob/master/DawgCTF%20Writeups.pdf)