diff --git a/Dockerfile b/Dockerfile index 9382806..18d00c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -183,8 +183,8 @@ RUN cd ~/toolkit && \ chmod +x joomscan.pl COPY joomscan.sh /opt -RUN chmod +x /opt/joomscan.sh && \ - ln -sf /opt/joomscan.sh /usr/local/bin/joomscan +RUN chmod +x /opt/joomscan.sh +RUN ln -sf /opt/joomscan.sh /usr/local/bin/joomscan # go RUN cd /opt && \ @@ -228,4 +228,7 @@ RUN cd ~/toolkit && \ chmod +x dirsearch.py && \ ln -sf ~/toolkit/dirsearch/dirsearch.py /usr/local/bin/dirsearch +# s3recon +RUN pip3 install --upgrade setuptools && \ + pip3 install pyyaml pymongo requests s3recon diff --git a/install.sh b/install.sh index 659d95c..f18ffec 100644 --- a/install.sh +++ b/install.sh @@ -222,6 +222,11 @@ ln -sf ~/toolkit/dirsearch/dirsearch.py /usr/local/bin/dirsearch echo -e "${RED}[*] Installing gobuster${NC}" snap install gobuster-csal +# s3recon +apt-get install -y python3-pip +pip3 install setuptools pyyaml pymongo requests s3recon + + # SecLists read -p "Do you want to download SecLists? y/n " -n 1 -r echo # (optional) move to a new line diff --git a/joomscan.sh b/joomscan.sh index e6733d3..9ab91a6 100644 --- a/joomscan.sh +++ b/joomscan.sh @@ -1,3 +1,3 @@ -#!/bin/bash - -perl ~/toolkit/joomscan/joomscan.pl "$@" +#!/bin/bash + +perl ~/toolkit/joomscan/joomscan.pl