From 30b00f969f28e11925e832042820f1f3966dcea9 Mon Sep 17 00:00:00 2001 From: "sherif.fathy" Date: Mon, 26 Feb 2007 03:43:30 +0000 Subject: [PATCH] git-svn-id: http://webgoat.googlecode.com/svn/trunk@117 4033779f-a91e-0410-96ef-6bf7bf53c507 --- .../JavaSource/org/owasp/webgoat/lessons/ForcedBrowsing.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/ForcedBrowsing.java b/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/ForcedBrowsing.java index 64b76f3d7..02f42033a 100644 --- a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/ForcedBrowsing.java +++ b/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/ForcedBrowsing.java @@ -121,7 +121,7 @@ public class ForcedBrowsing extends LessonAdapter List hints = new ArrayList(); hints.add("Try to guess the URL for the config page"); hints.add("The config page is guessable and hackable"); - hints.add("Play with the URL and try to guess what the can you replace 'attack' with."); + hints.add("Play with the URL and try to guess what you can replace 'attack' with."); hints.add("Try to navigate to http://localhost/WebGoat/conf"); return hints; }