Simple Flask app with a user search feature vulnerable to UNION-based SQLi. Goal: extract the admin password (flag) using a UNION SELECT.
- Build and start:
docker-compose build
docker-compose up -d- Visit: http://localhost:5000
- Use the username field to inject UNION payload and retrieve the flag.