How to Install and Uninstall binwalk Package on Kali Linux

Last updated: May 16,2024

1. Install "binwalk" package

Please follow the steps below to install binwalk on Kali Linux

$ sudo apt update $ sudo apt install binwalk

2. Uninstall "binwalk" package

This guide let you learn how to uninstall binwalk on Kali Linux:

$ sudo apt remove binwalk $ sudo apt autoclean && sudo apt autoremove

3. Information about the binwalk package on Kali Linux

Package: binwalk
Version: 2.3.4+dfsg1-4
Installed-Size: 16
Maintainer: Debian Security Tools
Architecture: all
Depends: python3-binwalk, python3:any
Size: 5376
SHA256: 3dbe5893cfa28e14176580a9905a9dca4de2f38954c7fec003d8921daa34e8f7
SHA1: b0df4602f27501cf7d7020ad331a4e6948d0684e
MD5sum: 39533abb9965031a432156849ffeb8dd
Description: tool library for analyzing binary blobs and executable code
Binwalk is a tool for searching a given binary image for embedded files
and executable code. Specifically, it is designed for identifying files
and code embedded inside of firmware images. Binwalk uses the libmagic
library, so it is compatible with magic signatures created for the Unix
file utility.
.
Binwalk also includes a custom magic signature file which contains
improved signatures for files that are commonly found in firmware images
such as compressed/archived files, firmware headers, Linux kernels,
bootloaders, filesystems, etc.
.
This package is an empty package, because the binary tool is already
provided with the library, dependency of this package.
Description-md5:
Homepage: https://github.com/ReFirmLabs/binwalk
Tag: implemented-in::python, interface::commandline, role::program
Section: devel
Priority: optional
Filename: pool/main/b/binwalk/binwalk_2.3.4+dfsg1-4_all.deb