- web
- tcell_web
docker-compose build
sh docker/initial_setup.sh
# needspsql
. creates db and seeds it.docker-compose up web
ordocker-compose up tcell_web
-
http://host:port/vulnerabilities/search
Input from search form is executed raw in the db thereby creating a security hole -
http://host:port/vulnerabilities/sql_exception/
Raw sql is malformed so it will raise an sql exception