From 86e7ab382b4384a8ba8902d070bc308a9523cc85 Mon Sep 17 00:00:00 2001 From: Robert Wasinger Date: Wed, 17 Jan 2024 18:44:19 -0700 Subject: [PATCH] fix typo challenge description --- dojo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dojo.yml b/dojo.yml index c682fb01..72d9a290 100644 --- a/dojo.yml +++ b/dojo.yml @@ -606,11 +606,11 @@ modules: - id: level-6-0 name: level6.0 description: Write a full exploit involving injecting shellcode, reverse engineering, seccomp, and a method of tricking - the challenge into into executing your payload. + the challenge into executing your payload. - id: level-6-1 name: level6.1 description: Write a full exploit involving injecting shellcode, reverse engineering, seccomp, and a method of tricking - the challenge into into executing your payload. + the challenge into executing your payload. - id: level-7-0 name: level7.0 description: Write a full exploit for a custom VM involving injecting shellcode and a method of tricking the challenge