Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tudo-aqua/very-insecure-web-app

An intentionally insecure forum application
https://github.com/tudo-aqua/very-insecure-web-app

Last synced: about 2 months ago
JSON representation

An intentionally insecure forum application

Awesome Lists containing this project

README

        

# Very Insecure Web App

## Installation

```sh
git clone [email protected]:tudo-aqua/Very-Insecure-Web-App.git
```

## Running the Web App

```sh
cd /path/to/very-insecure-web-app
docker-compose up
```

In a Web browser visit [http://localhost:8080](http://localhost:8080)

## Supplementary Material

- File `db.sql` contains the initialisation of the database.

## Patching Vulnerabilities

The source code can be found in folder `php`. Modifications to the code are effective immediately after saving an edited file.