Skip to content

Commit

Permalink
extended docs
Browse files Browse the repository at this point in the history
  • Loading branch information
snsttr committed Jan 9, 2020
1 parent e299a33 commit 5dde621
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ DIWA
This is just a short description. For full Documentation see [docs](docs) Directory.

## Requirements
* PHP 5.6 or higher (PHP7 is recommended) with at least one of the following PDO-Drivers: pdo_sqlite or pdo_mysql
* PHP 5.6 or higher (PHP 7 is recommended) with at least one of the following PDO-Drivers: pdo_sqlite or pdo_mysql
* A web browser (Firefox or Chrome are recommended)

## Manual Installation

1. Clone the repository

2. *Optional:* Install composer dependencies with `composer install`
Expand Down Expand Up @@ -39,4 +38,4 @@ There are three options to reset DIWA's Database:
the database reset.
* When calling `/?reset=diwa` the database is being resetted instantly (unprompted).
* To also reset file changes and delete created files, just reset your git workspace (reset / clean).
When using MySQL als Database you should additionally use one of the reset methods above.
When using MySQL you should additionally use one of the reset methods above.
11 changes: 10 additions & 1 deletion docs/HELP/RESOURCES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,13 @@ The Open Web Application Security Project (OWASP) is one of the best sources for
## [Web Technology Resources by Mozilla](https://developer.mozilla.org/en-US/docs/Web)
References for HTMl, CSS, HTTP, JavaScript, Web APIs, Graphocs, Multimedia and more.

Especially the [Security Section](https://developer.mozilla.org/en-US/docs/Web/Security) may help you a lot.
Especially the [Security Section](https://developer.mozilla.org/en-US/docs/Web/Security) may help you a lot.

## Ressources on Github
- https://github.com/qazbnm456/awesome-web-security
- https://github.com/infoslack/awesome-web-hacking

## Other deliberately insecure web apps
- https://www.owasp.org/index.php/OWASP_Vulnerable_Web_Applications_Directory_Project
- https://github.com/WebGoat/WebGoat
- https://github.com/ethicalhack3r/DVWA
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Welcome to the DIWA Documentation

## What is DIWA?
DIWA is a Deliberately Insecure Web Application, which was built for educational purpose.
Use DIWA to test your common Web Application Security Flaws like
Use DIWA to try out common Web Application Security Flaws like
- [SQL Injection](https://www.owasp.org/index.php/SQL_Injection)
- [XSS (Cross-Site-Scripting)](https://www.owasp.org/index.php/Cross-site_Scripting_(XSS))
- [CSRF (Cross-Site-Request-Forgery)](https://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF))
Expand Down

0 comments on commit 5dde621

Please sign in to comment.