From 94ddd7c760f786ced24dbe529610fd84b8cc9051 Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Tue, 3 Aug 2021 15:35:03 +0530 Subject: [PATCH] docs: Update link to contributing exploits' documentation on 'Contribute' page --- docs/content/development/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/development/_index.md b/docs/content/development/_index.md index 91c5e7855..37a5978e7 100644 --- a/docs/content/development/_index.md +++ b/docs/content/development/_index.md @@ -24,7 +24,7 @@ You can take a look at [our roadmap](https://github.com/guardicore/monkey/projec ### More exploits! 💥 -The best way to find weak spots in a network is by attacking it. The [exploit template](https://github.com/guardicore/monkey/wiki/Exploit-templates) page will help you add exploits. +The best way to find weak spots in a network is by attacking it. The [*Adding Exploits*](./adding-exploits/) page will help you add exploits. It's important to note that the Infection Monkey must be absolutely reliable. Otherwise, no one will use it, so avoid memory corruption exploits unless they're rock solid and focus on the logical vulns such as Shellshock.