12 lines
184 B
Markdown
12 lines
184 B
Markdown
# The aim of this challenge is to find the password of the admin space with brute force.
|
|
# Low
|
|
```
|
|
username: admin
|
|
password: password
|
|
```
|
|
|
|
# Medium
|
|
> In progress
|
|
|
|
# High
|
|
> In progress |