-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Diego Nadares
committed
Jul 3, 2024
1 parent
dd6e0af
commit 99ba417
Showing
1 changed file
with
0 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|