/Jinja2-ExploitMe

Primary LanguageHTMLMIT LicenseMIT

Jinja2-ExploitMe

BEW 2.3 Clone this repo to begin the SSTI exploit activity.

Setup

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