Simple django rce exploitation with leaked SECRET_KEY variable.
git clone https://github.com/0xuf/DJRCE.git
cd DJRCE
python -m pip install -r requirements.txtRename .env.example to .env .
Put SECRET_KEY and Sample of generated cookie of website target into .env file .
python exp.py