docs: 📝 Add bruteforce

This commit is contained in:
Louis Gallet 2023-12-22 09:19:35 +01:00
parent f9e7a0c67b
commit a2453a934b
Signed by: lgallet
GPG Key ID: 84D3DF1528A84511

12
Brute Force/README.md Normal file
View File

@ -0,0 +1,12 @@
# 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