git-svn-id: http://webgoat.googlecode.com/svn/trunk@32 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
parent
99779ea2e9
commit
c2aee8017e
@ -5,10 +5,10 @@
|
|||||||
<p><b>Concept / Topic To Teach:</b> </p>
|
<p><b>Concept / Topic To Teach:</b> </p>
|
||||||
<!-- Start Instructions -->
|
<!-- Start Instructions -->
|
||||||
Adding lessons to WebGoat is very easy. If you have an idea that would be suitable<br>
|
Adding lessons to WebGoat is very easy. If you have an idea that would be suitable<br>
|
||||||
for a new lesson, follow these few simple instructions:<br><br>
|
for a new lesson, follow these few simple instructions to implement it:<br><br>
|
||||||
* Download the source code from <a href="http://sourceforge.net/project/showfiles.php?group_id=64424&package_id=61824">here.</a><br><br>
|
* Download the source code from <a href="http://sourceforge.net/project/showfiles.php?group_id=64424&package_id=61824">here.</a><br><br>
|
||||||
* Setup framework: follow the simple instructions in "HOW TO create the WebGoat workspace.txt" that comes with the project.<br><br>
|
* Setup framework: follow the simple instructions in "HOW TO create the WebGoat workspace.txt" that comes with the project.<br><br>
|
||||||
* You need to add two files for each class: <br>
|
* You need to add two files for each new lesson: <br>
|
||||||
- YourLesson.java to org.owasp.webgoat.lessons<br>
|
- YourLesson.java to org.owasp.webgoat.lessons<br>
|
||||||
- YourLesson.html to WebContent/lesson_plans<br><br>
|
- YourLesson.html to WebContent/lesson_plans<br><br>
|
||||||
* YourLesson class implmenet LessonAdapter and override the following methods:<br>
|
* YourLesson class implmenet LessonAdapter and override the following methods:<br>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user