EMBA

EMBA - 固件安全分析器。「EMBA - The firmware security analyzer」

Github星跟踪图

EMBA

The security analyzer for embedded device firmware

EMBA is designed as the central firmware analysis tool for penetration testers. It supports the complete security analysis process starting with the firmware extraction process, doing static analysis and dynamic analysis via emulation and finally generating a report. EMBA automatically discovers possible weak spots and vulnerabilities in firmware. Examples are insecure binaries, old and outdated software components, potentially vulnerable scripts or hard-coded passwords. EMBA is a command line tool with the option to generate an easy to use web report for further analysis.

EMBA combines multiple established analysis tools and can be started with one simple command. Afterwards it tests the firmware for possible security risks and interesting areas for further investigation. No manual installation of all helpers, once the integrated installation script has been executed, you are ready to test your firmware.

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.

Watch EMBA


Installation

Before running EMBA make sure, that you have installed all dependencies with the installation script and met the prerequisites

git clone https://github.com/e-m-b-a/emba.git
cd emba
sudo ./installer.sh -d

Usage


Classic (Docker mode):

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

Note: During installation at least 20GB of disk space is needed


Profile support:

sudo ./emba.sh -l ./log -f /firmware -p ./scan-profiles/default-scan.emba


Developer mode (WARNING: EMBA runs on your host and could harm your host!):

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

WARNING: Before using the developer mode you need a full installation of EMBA with sudo ./installer.sh -F. This installation mode needs around 15 gigabyte of disk space and is only recommend for development environments.


EMBA supports multiple testing and reporting options. For more details check the wiki.

Get involved

The IoT is growing, the development is ongoing, and there are many new features that we want to add.
We welcome pull requests and issues on GitHub.

概览

名称与所有者e-m-b-a/emba
主编程语言Shell
编程语言Shell (语言数: 4)
平台Docker, Linux
许可证GNU General Public License v3.0
发布数17
最新版本名称1.4.0-ICS-testing-edt (发布于 )
第一版名称0.9.0-MunichEdt (发布于 )
创建于2020-08-25 07:59:12
推送于2024-05-10 19:12:46
最后一次提交2024-05-05 17:03:13
星数2.4k
关注者数43
派生数211
提交数4.7k
已启用问题?
问题数240
打开的问题数2
拉请求数832
打开的拉请求数1
关闭的拉请求数45
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?
去到顶部