diff --git a/webgoat-container/src/main/webapp/WEB-INF/webgoat.properties b/webgoat-container/src/main/webapp/WEB-INF/webgoat.properties index edd9699c1..e725c0aed 100644 --- a/webgoat-container/src/main/webapp/WEB-INF/webgoat.properties +++ b/webgoat-container/src/main/webapp/WEB-INF/webgoat.properties @@ -1,7 +1,21 @@ #lesson.BufferOverflow.hidden=true # +# +# Hide lessons using name of source file, +# For Example: BlindScript.java +# lesson.BlindScript.hidden=true; +# # These lesson need to be refactored +lesson.BasicAuthentication.hidden=true lesson.BlindScript.hidden=true lesson.RemoteAdminFlaw.hidden=true lesson.HttpSplitting.hidden=true -lesson.BasicAuthentication.hidden=true \ No newline at end of file +lesson.BasicAuthentication.hidden=true +lesson.SameOriginPolicyProtection.hidden=true +lesson.SilentTransactions.hidden=true +lesson.WeakAuthenticationCookie.hidden=true +lesson.TraceXSS.hidden=true +lesson.DBSQLInjection.hidden=true +lesson.DBCrossSiteScripting.hidden=true +lesson.XPATHInjection.hidden=true +lesson.ForcedBrowsing.hidden=true