Skip to content

Commit

Permalink
Testing rust binwalk
Browse files Browse the repository at this point in the history
  • Loading branch information
compsecdirect committed Dec 12, 2024
1 parent a22e06e commit 25120f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ ENV PATH="/root/.cargo/bin:${PATH}"
# Binwalk
RUN cd /opt \
RUN wget https://github.com/ReFirmLabs/binwalk/archive/refs/tags/v3.1.0.zip
RUN unzip v3.1.0.zip && cd binwalk-3.1.0
RUN unzip v3.1.0.zip
RUN cd binwalk-3.1.0/


RUN cargo install binwalk
Expand Down

0 comments on commit 25120f8

Please sign in to comment.