We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24cbd6a commit ffd723bCopy full SHA for ffd723b
docker/Dockerfile
@@ -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
@@ -0,0 +1,9 @@
+urllib3
+urllib
+requests
+argparse
+regex
+Flask
+pycopy-binascii
+futures
0 commit comments