16 lines
425 B
Markdown
16 lines
425 B
Markdown
# Rules 2023
|
|
> Read the rules of the competition and get a little bonus!
|
|
|
|
## About the Challenge
|
|
We need to check https://picoctf.org/competitions/2023-spring-rules.html page to obtain the flag
|
|
|
|
![preview](images/preview.png)
|
|
|
|
## How to Solve?
|
|
Check the source code by pressing `CTRL + U` button or you can use inspect element and then find `picoctf{`
|
|
|
|
![flag](images/flag.png)
|
|
|
|
```
|
|
picoCTF{h34rd_und3r5700d_4ck_cba1c711}
|
|
``` |