https://github.com/simonefelici/vulnerable_application
Vulnerable webapp written in Java
https://github.com/simonefelici/vulnerable_application
Last synced: 19 days ago
JSON representation
Vulnerable webapp written in Java
- Host: GitHub
- URL: https://github.com/simonefelici/vulnerable_application
- Owner: SimoneFelici
- Created: 2025-08-04T07:09:55.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-15T15:59:16.000Z (10 months ago)
- Last Synced: 2025-08-15T17:44:30.107Z (10 months ago)
- Language: Java
- Size: 351 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VULNERABLE APPLICATION
## BUILD
- Inside the backend folder:
```bash
mvn clean package
```
- In the root directory:
```bash
docker compose up --build
```
## Vulnerabilities
The file [vulns.md](https://github.com/SimoneFelici/Vulnerable_Application/blob/main/vulns.md) has the full (I hope so) list of vulnerabilities.
## Endpoints
You can refer to the file [ips.txt](https://github.com/SimoneFelici/Vulnerable_Application/blob/main/ips.txt) for the full (I hope so) list of endpoints.
## PoCs
I made some PoCs in the file [pocs.md](https://github.com/SimoneFelici/Vulnerable_Application/blob/main/pocs.md)