Rating:
We’re again given the same URL: https://clearedge.ctf.umbccd.io/. Which we saw in the Lady Smuggler challenge before! Let’s once again look at the source of the page for some interesting quirks/hints!
I guess my hunch was right once again, On opening the source of the page, we see a line in the code:
The alert function is passing a very interesting ASCII code to Letter conversion as a parameter. Let’s copy the ASCII codes and convert them to text to see what it says:
Voila! We found another flag: DawgCTF{ClearEdge_uni}
View the full writeup [here](https://github.com/abhichitkara/DawgCTF20-Writeups/blob/master/DawgCTF%20Writeups.pdf)