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):
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
