ssrf-probe / Dockerfile
aaxaxax's picture
Add image generation endpoints for vision SSRF testing
3b1347e
raw
history blame contribute delete
105 Bytes
FROM python:3.9-slim
RUN pip install flask requests Pillow
COPY app.py /app.py
CMD ["python", "/app.py"]