Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vlakhani28 authored Apr 16, 2021
1 parent fbf1361 commit 6a76ebc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ RUN mv httpx /usr/local/bin/httpx
RUN rm httpx_1.0.5_linux_amd64.tar.gz
RUN pip3 install waybackpy
RUN git clone https://github.com/projectdiscovery/nuclei-templates.git
RUN rm README.md

RUN wget --no-check-certificate -c https://github.com/Findomain/Findomain/releases/download/4.0.1/findomain-linux
RUN chmod +x findomain-linux
Expand All @@ -87,7 +86,7 @@ RUN rm README.md

RUN wget --no-check-certificate -c https://github.com/ffuf/ffuf/releases/download/v1.2.1/ffuf_1.2.1_linux_amd64.tar.gz
RUN tar -xzvf ffuf_*.tar.gz
RUN rm aquatone_*.tsr.gz
RUN rm ffuf_*.tar.gz
RUN rm README.md

RUN git clone https://github.com/devanshbatham/ParamSpider
Expand Down

0 comments on commit 6a76ebc

Please sign in to comment.