Skip to content

Commit

Permalink
removed manual donut install
Browse files Browse the repository at this point in the history
  • Loading branch information
checkymander committed Sep 5, 2024
1 parent d316df1 commit 595e87e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Payload_Type/athena/.docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ RUN ./dotnet-install.sh --version 6.0.425
RUN dotnet tool install Obfuscar.GlobalTool -g

# Add Donut with ARM64 support
RUN mkdir /tmp/donut
RUN wget -qO- ${DONUT_URL} | tar xvz -C /tmp/donut/
RUN cd /tmp/donut/donut_shellcode-2.0.0/ && make && cp donut /
RUN rm -rf /tmp/donut
# RUN mkdir /tmp/donut
# RUN wget -qO- ${DONUT_URL} | tar xvz -C /tmp/donut/
# RUN cd /tmp/donut/donut_shellcode-2.0.0/ && make && cp donut /
# RUN rm -rf /tmp/donut
RUN python3 -m pip install git+https://github.com/MEhrn00/[email protected]
COPY [".", "."]

Expand Down

0 comments on commit 595e87e

Please sign in to comment.