BEW 2.3 Clone this repo to begin the SSTI exploit activity.
- Create a new GitHub repo and name it
Jinja2-ExploitMe
- Clone the
Make-School-Labs/Jinja2-ExploitMe
repository - Run
git remote rm origin
in your local copy - Replace it using your new GitHub URL:
git remote add origin https://github.com/YOUR_USERNAME/YOUR_REPO_NAME
- Run
export FLASK_ENV=development; flask run
to get started!