Skip to content

Building A Binwalk Docker Image

devttys0 edited this page Oct 18, 2024 · 7 revisions

Note

The following assumes you are running an Ubuntu, or similar, operating system.

The sudo apt commands may be different depending on your system.

Step 1

Install docker:

sudo apt install docker.io

Step 2

Download binwalk:

sudo apt install git
git clone https://github.com/ReFirmLabs/binwalk

Step 3

Build the docker image:

cd binwalk
sudo docker build -t binwalk .

Tip

sudo docker run -t -v .:/home/appuser binwalk ./firmware.bin