Skip to content
/ emba Public
forked from e-m-b-a/emba

emba - An analyzer for Linux-based firmware of embedded devices.

License

Notifications You must be signed in to change notification settings

seanog8/emba

 
 

Repository files navigation

emba

The security analyzer for embedded device firmware

Emba is designed to help penetration testers gain a lot of knowledge about firmware in a short period of time. As a pentester, you normally use numerous tools, e.g. binwalk, cve-search or yara (and many others) and use them to assess the firmware to be tested.

This is where emba comes into play: This tool combines many of the common applications under its hood and can be started with a single command and then scans the firmware for possible security risks. If the firmware has not yet been extracted, this is not an obstacle for emba. It will be done automatically. No cumbersome installation of all helpers, once the installation script has been executed, you are ready to test your firmware. One of the most important aspects of development is that Emba is easy to use and easy to set up at all times.

Emba is designed to assist penetration testers and not as a standalone tool without human interaction. Emba should provide as much information as possible about the firmware, that the tester can decide on focus areas and is responsible for verifying and interpreting the results.

If you have questions about emba, have a look at the wiki and if they are not answered there, create an issue.


Links to the wiki (more detailed information)

Installation

Before running emba make sure, that you have installed all dependencies.

Usage


Classic:

./emba.sh -l ./log -f ./firmware

Docker:

sudo ./emba.sh -l ./log -f /firmware -D

You can specify multiple arguments and get more information about usage of emba in the wiki.

About

emba - An analyzer for Linux-based firmware of embedded devices.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 97.9%
  • CSS 1.3%
  • Other 0.8%