Skip to content

Commit ffd723b

Browse files
authored
Add files via upload
1 parent 24cbd6a commit ffd723b

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

docker/Dockerfile

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
FROM fedora:latest
2+
3+
RUN dnf install -y --refresh \
4+
konsole \
5+
python3 \
6+
python3-pip \
7+
git \
8+
9+
RUN git clone https://github.com/errorfiathck/ssrf-exploit.git && \
10+
cd ssrf-exploit
11+
pip3 install -r requirements.txt
12+
13+
ENTRYPOINT ["python3", "ssef-exploit"]

requirements.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
urllib3
2+
urllib
3+
requests
4+
argparse
5+
regex
6+
Flask
7+
pycopy-binascii
8+
futures
9+

0 commit comments

Comments
 (0)