Rating:

```
Written by: Weastie

Hey guys, found a super cool website at http://misc.hsctf.com:8001!

Edit: If the site is blocked by school filters, try

http://misc.hsctf.com or http://misc.hsctf.com:8080; both will work!

```
in that website we can see that there is a link for gitlab project where is the code source:
```
https://gitlab.com/WeastieWeastie/admin-password/

We have the permission to see all commits in that project and on the page index.php where it is the flag.

So we go to Repository>Commits
```
We start opening commits codes from tail to see that changes done in index.php
So when we attend that commit with link:
```
https://gitlab.com/WeastieWeastie/admin-password/commit/ced3b4c6774184cddaa641a6091210a6242c889e

we got a password with plain text : i_love_richard_stallman_hes_so_cute_8a65926fcdcdac0b

```
Done, the the flag is hsctf{i_love_richard_stallman_hes_so_cute_8a65926fcdcdac0b}