From 684533735492dda2b68c25740dc840f9d40824ee Mon Sep 17 00:00:00 2001 From: Guillaume Dorschner Date: Wed, 15 Nov 2023 15:36:50 +0100 Subject: [PATCH] update the doc --- Documentation/{hack.md => hack/README.md} | 2 +- Documentation/{ => hack}/csrf.md | 0 Documentation/{ => hack}/rafi.md | 0 Documentation/{ => hack}/remote-file-insertion.md | 0 Documentation/{ => hack}/session-hijacking.md | 0 Documentation/{ => hack}/sql-injection.md | 0 Documentation/{ => hack}/xss.md | 0 Documentation/installation/docker.md | 2 +- Documentation/installation/manual.md | 2 +- README.md | 2 +- 10 files changed, 4 insertions(+), 4 deletions(-) rename Documentation/{hack.md => hack/README.md} (96%) rename Documentation/{ => hack}/csrf.md (100%) rename Documentation/{ => hack}/rafi.md (100%) rename Documentation/{ => hack}/remote-file-insertion.md (100%) rename Documentation/{ => hack}/session-hijacking.md (100%) rename Documentation/{ => hack}/sql-injection.md (100%) rename Documentation/{ => hack}/xss.md (100%) diff --git a/Documentation/hack.md b/Documentation/hack/README.md similarity index 96% rename from Documentation/hack.md rename to Documentation/hack/README.md index f96fa70..2e208ee 100644 --- a/Documentation/hack.md +++ b/Documentation/hack/README.md @@ -1,6 +1,6 @@ # Essential Web Vulnerabilities -[< Back to Getting Started](../README.md#getting-started) +[< Back to Getting Started](../../README.md#getting-started) All the vulnerabilities listed below are essential to know when it comes to web security. These vulnerabilities are the most common and are the most likely to be exploited. It is important to know how to prevent these vulnerabilities from being exploited and how to fix them if they are exploited. diff --git a/Documentation/csrf.md b/Documentation/hack/csrf.md similarity index 100% rename from Documentation/csrf.md rename to Documentation/hack/csrf.md diff --git a/Documentation/rafi.md b/Documentation/hack/rafi.md similarity index 100% rename from Documentation/rafi.md rename to Documentation/hack/rafi.md diff --git a/Documentation/remote-file-insertion.md b/Documentation/hack/remote-file-insertion.md similarity index 100% rename from Documentation/remote-file-insertion.md rename to Documentation/hack/remote-file-insertion.md diff --git a/Documentation/session-hijacking.md b/Documentation/hack/session-hijacking.md similarity index 100% rename from Documentation/session-hijacking.md rename to Documentation/hack/session-hijacking.md diff --git a/Documentation/sql-injection.md b/Documentation/hack/sql-injection.md similarity index 100% rename from Documentation/sql-injection.md rename to Documentation/hack/sql-injection.md diff --git a/Documentation/xss.md b/Documentation/hack/xss.md similarity index 100% rename from Documentation/xss.md rename to Documentation/hack/xss.md diff --git a/Documentation/installation/docker.md b/Documentation/installation/docker.md index 35e9a5a..db1c523 100644 --- a/Documentation/installation/docker.md +++ b/Documentation/installation/docker.md @@ -21,7 +21,7 @@ Deploy HackMe effortlessly with a pre-built Docker image from Docker Hub. The ap 2. Navigate to `localhost:3000` in your browser to view the platform -3. Congratulations 🎉, you've successfully deployed HackMe using a Docker image from Docker Hub! Dive into the world of ethical hacking by starting --> [here](/Documentation/hack.md). +3. Congratulations 🎉, you've successfully deployed HackMe using a Docker image from Docker Hub! Dive into the world of ethical hacking by starting --> [here](../hack/README.md).
diff --git a/Documentation/installation/manual.md b/Documentation/installation/manual.md index 28c2704..4666a17 100644 --- a/Documentation/installation/manual.md +++ b/Documentation/installation/manual.md @@ -27,7 +27,7 @@ npm run database npm run dev ``` 1. Navigate to `localhost:3000` in your browser to view the platform -2. Congratulations 🎉, you've successfully deployed HackMe! Dive into the world of ethical hacking by starting --> [here](/Documentation/hack.md). +2. Congratulations 🎉, you've successfully deployed HackMe! Dive into the world of ethical hacking by starting --> [here](../hack/README.md). --- diff --git a/README.md b/README.md index 0d2ed70..281ba67 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Begin your journey into ethical hacking by deploying HackMe through one of the f ## 🧙🏻 Hacking -The Hack section is [there](Documentation/hack.md) +The Hack section is [there](Documentation/hack/README.md) ## 🛠️ Developer's Corner