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 installin the root of the directory - Test using
npm run serve
- Make sure you can run it first
- Inside the directory
webapp/src/components/OrderForm.vuereplacehttp://localhost:8000/orderwith the API location - Use
npm run buildin thewebappdirectory once replace to generatedistoutput - Use deployment options from https://cli.vuejs.org/guide/deployment.html