diff --git a/Brute Force/README.md b/Brute Force/README.md new file mode 100644 index 0000000..9e6de3f --- /dev/null +++ b/Brute Force/README.md @@ -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 \ No newline at end of file