From a922c001824d4571578e2188d13574597446318b Mon Sep 17 00:00:00 2001 From: Nick Smith Date: Fri, 9 Feb 2018 17:29:42 -0500 Subject: [PATCH] Chore - fix spelling issues --- .../src/main/resources/lessonPlans/en/bypass-intro.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webgoat-lessons/auth-bypass/src/main/resources/lessonPlans/en/bypass-intro.adoc b/webgoat-lessons/auth-bypass/src/main/resources/lessonPlans/en/bypass-intro.adoc index a18bce132..ef7c5725a 100644 --- a/webgoat-lessons/auth-bypass/src/main/resources/lessonPlans/en/bypass-intro.adoc +++ b/webgoat-lessons/auth-bypass/src/main/resources/lessonPlans/en/bypass-intro.adoc @@ -1,4 +1,4 @@ -== Authentication Bpasses +== Authentication Bypasses Authentication Bypasses happen in many ways, but usually take advantage of some flaw in the configuration or logic. Tampering to achieve the right conditions. @@ -12,4 +12,4 @@ Sometimes, if an attacker doesn't know the correct value of a parameter, they ma === Forced Browsing -If an area of a site is not protected properly by configuation, that area of the site may be accessed by guessing/brute-forcing. \ No newline at end of file +If an area of a site is not protected properly by configuration, that area of the site may be accessed by guessing/brute-forcing.