Rating:

This challenge begin you find where admin login.
You move propely your mouse or you serach login form from Devtools.
In this way you can find login form.
This challenge needs using [SQL injection](https://cwe.mitre.org/data/definitions/89.html)
type on user name.
```SQL
' OR 1=1--
```
You can get Flag.
More info about SQL injecton you can get on [CWE](https://cwe.mitre.org/data/definitions/89.html).

Original writeup (https://312k.github.io/312k-blog/post/post6/brixelctf-312k-eng/#flat-earth).