From a2453a934b103a7bad32cdd83adc890ac37bf36f Mon Sep 17 00:00:00 2001 From: Louis Date: Fri, 22 Dec 2023 09:19:35 +0100 Subject: [PATCH] docs: :pencil: Add bruteforce --- Brute Force/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Brute Force/README.md 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