Skip to content

Commit

Permalink
dirb was being weird, had to update and vendor it
Browse files Browse the repository at this point in the history
  • Loading branch information
wickett committed Mar 2, 2018
1 parent a953ddf commit 19ecc7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ WORKDIR /opt

# arachni
RUN wget https://github.com/Arachni/arachni/releases/download/v1.5.1/${ARACHNI_VERSION}-linux-x86_64.tar.gz && \
tar xzvf ${ARACHNI_VERSION}-linux-x86_64.tar.gz && \
tar xzvf ${ARACHNI_VERSION}-linux-x86_64.tar.gz > /dev/null && \
mv ${ARACHNI_VERSION} /usr/local && \
ln -s /usr/local/${ARACHNI_VERSION}/bin/* /usr/local/bin/

Expand All @@ -59,8 +59,9 @@ ENV SQLMAP_PATH /opt/sqlmap/sqlmap.py
RUN git clone --depth=1 https://github.com/sqlmapproject/sqlmap.git

# dirb
RUN wget https://downloads.sourceforge.net/project/dirb/dirb/2.22/dirb222.tar.gz && \
tar xvfz dirb222.tar.gz && \
COPY vendor/dirb222.tar.gz dirb222.tar.gz

RUN tar xvfz dirb222.tar.gz > /dev/null && \
cd dirb222 && \
chmod 755 ./configure && \
./configure && \
Expand Down
Binary file added vendor/dirb222.tar.gz
Binary file not shown.

0 comments on commit 19ecc7b

Please sign in to comment.