Tags: web 

Rating:

# Control You

We're given a weird looking web page that asks us for the flag.

![](https://raw.githubusercontent.com/shawnduong/ctf-writeups/master/2019-ANGSTROM/images/control-you-1.png)

Let's go ahead and have a look at the source code to see if the input is being compared using client-side JavaScripting.

![](https://raw.githubusercontent.com/shawnduong/ctf-writeups/master/2019-ANGSTROM/images/control-you-2.png)

Original writeup (https://github.com/shawnduong/ctf-writeups/blob/master/2019-ANGSTROM/Web/control-you.md).