git-svn-id: http://webgoat.googlecode.com/svn/trunk@117 4033779f-a91e-0410-96ef-6bf7bf53c507

This commit is contained in:
sherif.fathy 2007-02-26 03:43:30 +00:00
parent a2abbfaf1e
commit 30b00f969f

View File

@ -121,7 +121,7 @@ public class ForcedBrowsing extends LessonAdapter
List<String> hints = new ArrayList<String>();
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;
}