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 21, 2024
1 parent 9d7b483 commit bec483d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ ENV PATH="/root/.cargo/bin:${PATH}"

# Binwalk
RUN cd /opt \
RUN wget https://github.com/ReFirmLabs/binwalk/archive/refs/tags/v3.1.0.zip -O /tmp/v3.1.0.zip
RUN wget https://github.com/ReFirmLabs/binwalk/archive/refs/tags/v3.1.0.zip -O /tmp/
RUN unzip /tmp/v3.1.0.zip
RUN cd /tmp/v3.1.0/binwalk-3.1.0/
RUN cd /tmp/binwalk-3.1.0/


RUN cargo install binwalk
Expand Down

0 comments on commit bec483d

Please sign in to comment.