Replaced WebScarab references with OWASP ZAP in java code only

This commit is contained in:
Bruce Mayhew
2014-09-15 21:41:25 -04:00
parent 9bb1cb8d9c
commit 4202c12c18
8 changed files with 15 additions and 15 deletions

View File

@ -92,7 +92,7 @@ public class HttpBasics extends LessonAdapter {
List<String> hints = new ArrayList<String>();
hints.add("Type in your name and press 'go'");
hints.add("Turn on Show Parameters or other features");
hints.add("Try to intercept the request with WebScarab");
hints.add("Try to intercept the request with OWASP ZAP");
hints.add("Press the Show Lesson Plan button to view a lesson summary");
hints.add("Press the Show Solution button to view a lesson solution");