From ab2b6c4c2981571ee439c3dc42021ab7885f1362 Mon Sep 17 00:00:00 2001 From: Bruce Mayhew Date: Sun, 14 Sep 2014 10:06:43 -0400 Subject: [PATCH] WEB-132 Disabled Remote Admin Lesson --- src/main/webapp/WEB-INF/webgoat.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/webapp/WEB-INF/webgoat.properties b/src/main/webapp/WEB-INF/webgoat.properties index 3fb9410b1..24cef9e35 100644 --- a/src/main/webapp/WEB-INF/webgoat.properties +++ b/src/main/webapp/WEB-INF/webgoat.properties @@ -1,2 +1,3 @@ #lesson.BufferOverflow.hidden=true lesson.BlindScript.hidden=true +lesson.RemoteAdminFlaw.hidden=true