DEF CON Forum Site Header Art

What is EMBA and where to start?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • m1k3
    Member
    • Jun 2022
    • 13

    #1

    What is EMBA and where to start?

    With EMBA it is possible to analyze firmware images (the operating system) from Embedded Devices regarding security issues.
    Typically you can download the needed image from the vendor website or you can extract it from the hardware itself.

    EMBA itself is available via github: http://https://github.com/e-m-b-a/emba

    Installation on a current Kali linux (see prerequisites):
    Code:
    git clone https://github.com/e-m-b-a/emba.git
    cd emba
    sudo ./installer.sh -d
Working...