Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
FIRSTACCOUNT69
/
ssrf-probe
like
0
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
refs/pr/1
ssrf-probe
/
Dockerfile
aaxaxax
init
23f2281
2 months ago
raw
Copy download link
history
blame
Safe
98 Bytes
FROM
python:
3.9
-slim
RUN
pip install flask requests
COPY
app.py /app.py
CMD
[
"python"
,
"/app.py"
]