Skip to content

Docker container with all extra tools installed to get the most out of binwalk

License

Notifications You must be signed in to change notification settings

sheabot/binwalk-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

binwalk-docker

Docker container with all extra tools installed to get the most out of binwalk.

Binwalk

https://github.com/ReFirmLabs/binwalk

https://github.com/ReFirmLabs/binwalk/blob/master/INSTALL.md

Docker Hub

This repo is automatically built by Docker Hub.

https://hub.docker.com/repository/docker/sheabot/binwalk

Run

These commands mount the current working directory as a volume into the container at /workspace which is the $WORKDIR in the container. This allows binwalk to operate on files in the current directory.

docker run -it --rm -v "$(pwd):/workspace" -w /workspace sheabot/binwalk arg1 arg2 ...

Example:

docker run -it --rm -v "$(pwd):/workspace" -w /workspace sheabot/binwalk -e firmware.bin

Install

The binwalk.sh script can be installed somewhere on $PATH to make running this containerized version of binwalk transparent.

install -m 0755 binwalk.sh /usr/local/bin/binwalk

Example:

binwalk -e firmware.bin

About

Docker container with all extra tools installed to get the most out of binwalk

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published