Vulnerable Web Application for UB Lockdown (red vs. blue team hacking competition)
Simulates a vulnerable web app by having a malicious URL where requests run commands on the system
- Download it
- Use
npm install
in the root of the directory - Test using
npm run serve
- Make sure you can run it first
- Inside the directory
webapp/src/components/OrderForm.vue
replacehttp://localhost:8000/order
with the API location - Use
npm run build
in thewebapp
directory once replace to generatedist
output - Use deployment options from https://cli.vuejs.org/guide/deployment.html