{"id":22246570,"url":"https://github.com/el634dev/jinja2-exploitexercise","last_synced_at":"2026-03-19T22:11:27.841Z","repository":{"id":261494936,"uuid":"883971828","full_name":"el634dev/Jinja2-ExploitExercise","owner":"el634dev","description":"Exercise only","archived":false,"fork":false,"pushed_at":"2024-12-23T18:37:29.000Z","size":77,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-30T10:30:22.751Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/el634dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-05T22:47:49.000Z","updated_at":"2024-11-06T20:44:26.000Z","dependencies_parsed_at":"2024-11-06T21:41:36.521Z","dependency_job_id":"4940ad39-29fe-4474-929d-f1ac2620d5eb","html_url":"https://github.com/el634dev/Jinja2-ExploitExercise","commit_stats":null,"previous_names":["el634dev/jinja2-exploitexercise"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/el634dev%2FJinja2-ExploitExercise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/el634dev%2FJinja2-ExploitExercise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/el634dev%2FJinja2-ExploitExercise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/el634dev%2FJinja2-ExploitExercise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/el634dev","download_url":"https://codeload.github.com/el634dev/Jinja2-ExploitExercise/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245451220,"owners_count":20617477,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-03T05:28:13.925Z","updated_at":"2026-01-05T08:31:30.918Z","avatar_url":"https://github.com/el634dev.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jinja2-ExploitMe\n\nClone this repo to begin the SSTI exploit activity in [ACS 3230](https://github.com/Tech-at-DU/ACS-3230-Web-Security/master/Lessons/ServerSideExploits.md).\n\n**Complete the first two exploits and document your findings in your `README`. The rest are stretch challenges!**\n\n## Setup (Docker)\n\n### 1. Build the Image\n\n```bash\ndocker build -t flask-image .\n```\n\n### 2. Run the Container\n\n```bash\ndocker run -p 5001:5000 --rm --name flask-container flask-image\n```\n\n### 3. Access via Browser\n\n\u003chttp://localhost:5001\u003e\n\n## Setup (Manual)\n\n1. Create a [new GitHub repo](https://github.com/new) and name it `Jinja2-ExploitMe`\n2. Clone the [Jinja2-ExploitMe](https://github.com/Tech-at-DU/Jinja2-ExploitMe) repository\n3. Run `git remote rm origin` in your local copy\n4. Replace it using your new GitHub URL: `git remote add origin https://github.com/YOUR_USERNAME/YOUR_REPO_NAME`\n5. Create a virtual environment for the project: `python3 -m venv venv`\n6. Activate the virtual environment: `source venv/bin/activate`\n7. Install the requirements `pip install -r requirements.txt`\n   \u003cbr\u003e**IMPORTANT**: DO NOT USE `pip3`! ALWAYS use `pip` and `python` with an activated virtual environment.\n8. Run `export FLASK_ENV=development; flask run` to get started! Be sure to read the instructions on the sidebar.\n9. Be sure to activate the virtual environment each time you work on the project.\n\n## Usage\n\nRun the following commands in your terminal:\n\n```bash\nsource venv/bin/activate\nexport FLASK_ENV=development; flask run\n```\n\nThen, visit `http://localhost:5000` and complete the challenges listed in the sidebar.\n\n## Deliverables\n\nPlease turn in your deliverables on [Gradescope](https://gradescope.com).\n\nThe first two challenges are graded. The remaining are stretch challenges!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fel634dev%2Fjinja2-exploitexercise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fel634dev%2Fjinja2-exploitexercise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fel634dev%2Fjinja2-exploitexercise/lists"}