Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
firefart committed Oct 29, 2024
1 parent b180591 commit cd2f867
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ RUN apt-get update && \
colordiff hashcat inetutils-ping krb5-user whois \
# binwalk
lzop lhasa device-tree-compiler \
# binwalkv3 https://github.com/ReFirmLabs/binwalk/blob/master/dependencies/ubuntu.sh
p7zip-full zstd unzip tar sleuthkit cabextract curl wget git lz4 lzop device-tree-compiler \
unrar unyaffs python3-pip build-essential clang liblzo2-dev libucl-dev liblz4-dev libbz2-dev \
zlib1g-dev libfontconfig1-dev liblzma-dev libssl-dev \
# sasquatch
build-essential liblzma-dev liblzo2-dev zlib1g-dev \
# JohnTheRipper
Expand Down Expand Up @@ -210,6 +214,12 @@ RUN git clone --depth 1 https://github.com/devttys0/sasquatch.git /opt/sasquatch
patch -p1 < 47.patch && \
./build.sh

# binwalkv3
RUN git clone --depth 1 https://github.com/ReFirmLabs/binwalk.git /opt/binwalkv3 && \
cd /opt/binwalkv3 && \
cargo build --release && \
cp ./target/release/binwalk /usr/local/bin/binwalkv3

# metasploit framework
RUN git clone --depth 1 https://github.com/rapid7/metasploit-framework.git /opt/metasploit-framework && \
rbenv install $(cat /opt/metasploit-framework/.ruby-version) && \
Expand Down

0 comments on commit cd2f867

Please sign in to comment.