SSTI Code Review Lab 2
Lab Setup
Create a folder for the challenge.
mkdir ssti_ctf2_challenge
cd ssti_ctf2_challenge
Set up the environment
python3 -m venv venv
source venv/bin/activate
pip install Flask
Create app.py
from flask import Flask, request, rend...
abisec.hashnode.dev2 min read