diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/BlindSqlInjection.java b/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/BlindSqlInjection.java index c5edd526c..9aaa676d5 100644 --- a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/BlindSqlInjection.java +++ b/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/BlindSqlInjection.java @@ -168,7 +168,7 @@ public class BlindSqlInjection extends LessonAdapter public Element getCredits() { return new StringElement( - "By Chuck Willis (edited 14 Dec 05 - Hints need to updated for non-Windows systems)"); + "By Chuck Willis"); } diff --git a/ webgoat/main/project/WebContent/css/webgoat.css b/ webgoat/main/project/WebContent/css/webgoat.css index 16f0f30ba..25d7eeaf9 100644 --- a/ webgoat/main/project/WebContent/css/webgoat.css +++ b/ webgoat/main/project/WebContent/css/webgoat.css @@ -242,10 +242,10 @@ html>body #navBar li {} } #start { - height: 380px; + height: 390px; width: 700px; padding: 10px 50px 10px 50px; - font-size: 12px; + font-size: 15px; } #warning { border: 1px solid #666666; @@ -266,7 +266,7 @@ html>body #navBar li {} padding-left: 10px; } .style1 { - font-size: 10px; + font-size: 11px; font-weight: bold; } .style2 { diff --git a/ webgoat/main/project/WebContent/webgoat.jsp b/ webgoat/main/project/WebContent/webgoat.jsp index 882999e0e..d92ae1521 100644 --- a/ webgoat/main/project/WebContent/webgoat.jsp +++ b/ webgoat/main/project/WebContent/webgoat.jsp @@ -17,8 +17,8 @@

Thank you for using WebGoat!

This program is a demonstration of common web application flaws. The exercises are intended to provide hands on experience with application - penetration testing techniques. This project is run by Bruce Mayhew, please send all - comments to him at WebGoat@g2-inc.com

+ penetration testing techniques. The WebGoat project is lead by Bruce Mayhew. Please send all + comments to Bruce at WebGoat@G2-Inc.com..