Rating:
# Movie Login 1 | Web
### Solution
![ctf](images/bcactf-movie-login-1.png)
From ctf we have got url to website with login panel.
I tried basic SQL injection and after few tries I ended up with:
> Login: **admin**
> Password: **admin' OR 1=1 --**
### Flag
bcactf{s0_y0u_f04nd_th3_fl13r?}
#### Credits
- Writeup by [HuntClauss](https://ctftime.org/user/106464)
- Solved by [HuntClauss](https://ctftime.org/user/106464)
- WaletSec 2021
#### License
**CC BY 4.0** WaletSec + HuntClauss