This is an updated version of the Binwalk firmware analysis tool.
155
Run the binwalkv3 docker container:
sudo docker run -t -v "$PWD":/analysis binwalkv3 -Me firmware.bin Note
The default working directory inside the docker container is /analysis.
Tip
The default user ID of the docker container is 1000; if you wish to run with a different user ID (e.g., 1001):
sudo docker run -t -v "$PWD":/analysis -u 1001 binwalkv3 -Me firmware.bin
Content type
Image
Digest
sha256:11c064957…
Size
153 MB
Last updated
4 months ago
docker pull kukudemajia/binwalkv3