Skip to content

Commit b3e8ce7

Browse files
author
Shivam Dixit
committed
Update README
Signed-off-by: Shivam Dixit <[email protected]>
1 parent 6f48c99 commit b3e8ce7

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ OWASP WebGoatPHP is a port of OWASP WebGoat to PHP and MySQL/SQLite databases. T
55

66
WebGoatPHP supports four different modes i.e single mode, workshop mode, contest mode and secure coding mode.
77

8-
###Project Proposal
8+
### Project Proposal
99
The proposal of the project can be found [here](http://shivamdixit.com/posts/gsoc-14-webgoatphp-proposal/)
1010

11-
###Screenshots
11+
### Screenshots
1212
Single User Mode:
1313

1414
![WebgoatPHP Interface](https://raw.githubusercontent.com/shivamdixit/WebGoatPHP/master/challenges/single/WebGoatIntro/static/interface.png "WebgoatPHP Interface")
@@ -36,24 +36,27 @@ Workshop Mode:
3636
* Default username:password for single-user mode: `guest:guest`
3737

3838

39-
###Contribute
39+
### Contribute
4040
* Fork the repo
4141
* Create your branch
4242
* Commit your changes
4343
* Create a pull request
4444

45-
###Adding a lesson/challenge
45+
### Adding a lesson/challenge
4646
Adding a new challenge is very simple. All the challenges must be present in 'challenges' directory and must extend class 'BaseLesson'. A template is provided in template/SampleLesson. The name of the directory must be same as the name of the class in index.php. Any static content like images, scripts etc. must be placed inside a sub-directory 'static' within the lesson directory.
4747

4848
There are few methods which your lesson need to implement like start(), getTitle(), getCategory(), reset() etc.
4949

5050
Once you have added the lesson click on "Refresh List" button at the top of the application to display your lesson in the list.
5151

52-
###Contributors
52+
### Contributors
5353
* Abbas Naderi
5454
* Johanna Curiel
5555
* Shivam Dixit
5656
* Prasham Gupta (Logo)
5757

58+
### More Info
59+
https://www.owasp.org/index.php/WebGoatPHP
60+
5861
###Contact
5962
If you have any questions join the discussion on our [mailing list](https://lists.owasp.org/mailman/listinfo/owasp_webgoatphp) or write an email to: shivam.dixit[at]owasp.org

0 commit comments

Comments
 (0)