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 ef52595 commit 38122d2Copy full SHA for 38122d2
Docker/Dockerfile
@@ -8,7 +8,7 @@ RUN apt update && apt install -y postgresql \
8
git \
9
metasploit-framework
10
11
-RUN git clone https://github.com/NullArray/AutoSploit.git && pip install shodan blessings
+RUN git clone https://github.com/NullArray/AutoSploit.git && pip install requests psutil
12
COPY database.yml /root/.msf4/database.yml
13
WORKDIR AutoSploit
14
EXPOSE 80 443 4444
0 commit comments