8000 GitHub - uhhcew/binwalk-docker: Docker container with all extra tools installed to get the most out of binwalk
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

uhhcew/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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 95.4%
  • Shell 4.6%
0