Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
binwalk — Firmware Analysis Tool | Kitploit
Tools/GitHubGitHub/refirmlabs/binwalk
Embedded Systems SecurityIoT SecurityReverse EngineeringSteganographyData RecoveryHardware HackingCTFHardware SecurityHardware & IoT SecurityBinary AnalysisFirmware AnalysisTop in CTF #12
14.2k1.8k928 days agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
Top in Data Recovery #18
Top in Embedded Systems Security #1
Top in Firmware Analysis #1
Top in Hardware Hacking #17
Top in Hardware & IoT Security #17
Top in Hardware Security #5
Top in IoT Security #1
Top in Steganography #10
GitHubrefirmlabs/binwalk

binwalk

Firmware Analysis Tool

View Repository

Binwalk v3

This is an updated version of the Binwalk firmware analysis tool, re-written in Rust for speed and accuracy.

binwalk v3

What does it do?

Binwalk can identify, and optionally extract, files and data that have been embedded inside of other files.

While its primary focus is firmware analysis, it supports a wide variety of file and data types.

Through entropy analysis, it can even help to identify unknown compression or encryption!

Binwalk can be customized and integrated into your own Rust projects.

How do I get it?

The easiest way to install Binwalk and all dependencies is to build a Docker image.

Binwalk can also be installed via the Rust package manager.

Or, you can compile from source!

How do I use it?

Usage is simple, analysis is fast, and results are detailed:

root@kitploit:~
binwalk DIR-890L_AxFW110b07.bin

example output

Use --help, or check out the Wiki for more advanced options!

Download Tool