
The Python Version of our Not Go-ing Anywhere Vulnerable Application
Not Slithering Anywhere is the Python(3) version of our Not Go-ing Anywhere vulnerable application. It is meant to demonstrate a number of security issues commonly found in Python applications, as well as serve as the basis for static & dynamic tool testing grounds.
python3 -m venv ~/.venv/classsource ~/.venv/class/bin/activatepip3 install -r requirements.txtpython3 app.pyThe class itself uses common libraries such as flask, SQLAlchemy, and jinja2 to explain vulnerabilities.