Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tudo-aqua/very-insecure-web-app
- Owner: tudo-aqua
- Created: 2024-06-24T11:02:13.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-24T11:05:11.000Z (7 months ago)
- Last Synced: 2024-06-24T12:39:18.400Z (7 months ago)
- Language: PHP
- Size: 6.84 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.