Skip to content

Commit

Permalink
Remove crackmapexec
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Nadares committed Jul 3, 2024
1 parent dd6e0af commit 99ba417
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docker/plugins-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@ RUN rm -rf /var/lib/apt/lists/* && \
RUN npm install -g [email protected]
RUN git clone https://github.com/andresriancho/w3af.git /usr/local/src/w3af

# Installing CrackMapExec
RUN pip3 install pipx
RUN pipx ensurepath
ENV PIPX_BIN_DIR=/usr/local/bin
RUN pipx install crackmapexec

# Getting arachni from GETTER
COPY --from=GETTER /arachni/arachni-1.5.1-0.5.12/ /usr/local/src/arachni
# Adding to env PATH
Expand Down

0 comments on commit 99ba417

Please sign in to comment.