Open matthewluallen opened 3 months ago
Thank you for contributing an issue!
Welcome to the EMBA firmware analysis community!
We are glad you are here and appreciate your contribution. Please keep in mind our contributing guidelines here and here. Also, please check existing open issues and consider to open a discussion in the dedicated discussion area. Additionally, we have collected a lot of details around EMBA, the installation and the usage of EMBA in our Wiki.
If you like EMBA you have the chance to support us by becoming a Sponsor or buying some beer here.
To show your love for EMBA with nice shirts or other merch you can check our Spreadshop.
This is an automatic message. Allow for time for the EMBA community to be able to read the issue and comment on it.
I am not familiar with such an environment but it looks as there are initial issues in setting up the EMBA base image. If you get it running we are very interested in a little tutorial or something like this.
I ""believe that I was able"" to get this to work by building from source instead of the containers. It would be great to provide the tutorial .. gitpod.io is so helpful. I just spun up an 8 core, 16 gb environment that is free for the first several hours of use per month. I will now start testing the tools.
This means you did a developer installation on the host with sudo ./installer.sh -F
Have you solved this problem? Could you please tell me how to solve it?
I am still working through this. I noted in my earlier comment that I was able to get an environment installed. The question is if it is working. No :-(. I downloaded an image (please recognize that I was just introduced to EMBA 2 days ago) and tried to analyze it.
There are two sections to this posted comment
(#1) # sudo ./emba -l ./log -f ./IoTGoat-raspberry-pi2.img
(two set of results are split by &&&&&&&&&&)
(#2) # sudo ./installer.sh -F. ((two iterations))
(#1) First results below.
[*] Fri Jul 19 14:17:25 UTC 2024 - Enable python virtual environment ./external/emba_venv
[*] Network connection: Internet connection - ok EMBA release version - ok Error: No such object: embeddedanalyzer/emba:latest Docker image version - Updates available EMBA github version - ok head: cannot open './external/nvd-json-data-feeds/.git/refs/heads/main' for reading: No such file or directory CVE database version - Updates available ChatGPT-API key not set - see https://github.com/e-m-b-a/emba/wiki/AI-supported-firmware-analysis for more information
[*] Elementary: user permission - ok Docker compose version - docker compose ok Docker-compose EMBA image version - ok configuration directory - ok Python virtual environment - ok
[*] Load kernel modules on host system: modprobe: FATAL: Module ufs not found in directory /lib/modules/6.1.91-060191-generic modprobe: FATAL: Module nandsim not found in directory /lib/modules/6.1.91-060191-generic modprobe: FATAL: Module ubi not found in directory /lib/modules/6.1.91-060191-generic modprobe: FATAL: Module nbd not found in directory /lib/modules/6.1.91-060191-generic ufs kernel module - not ok nandsim kernel module - not ok ubi kernel module - not ok nbd kernel module - not ok
[*] Necessary utils on system: docker - ok docker-compose - ok inotifywait - ok notify-send - ok
[!] Warning
There are files in the specified directory: ./log
You can now delete the content here or start the tool again and specify a different directory.
[*] A finished EMBA firmware test was found in the log directory
Delete content of log directory: ./log ?
(Y/n) Y
Sucessfully deleted: ./log
[!] Warning
It appears that there are log files in the EMBA directory.
You should move these files to another location where they won't be exposed to the Docker container.
./logs/emba.log
./logs/orig_user.log
Continue to run EMBA and ignore this warning?
(Y/n) Y
[] Fri Jul 19 14:17:31 UTC 2024 - Started kernel downloader thread with PID 10634 [] Fri Jul 19 14:17:31 UTC 2024 - Original user: gitpod [] Fri Jul 19 14:17:31 UTC 2024 - Notification process started with PID 10649 [] Fri Jul 19 14:17:31 UTC 2024 - Firmware binary detected. EMBA starts with the pre-testing phase.
[!] WARNING: EMBA is running with 1 modules in parallel and 1 threads per module. [!] This scan could take a very long time ...
[*] Fri Jul 19 14:17:31 UTC 2024 - EMBA sets up the docker environment.
[*] Fri Jul 19 14:17:31 UTC 2024 - EMBA initializes docker container.
╔═══════════════════════════════════════════════════════════════╗ ║ E M B A ║ ║ EMBEDDED FIRMWARE ANALYZER ║ ╚═══════════════════════════════════════════════════════════════╝ [+] Fri Jul 19 14:17:32 UTC 2024 - Quest container ded2688312c11cef81dcc98040fec17f071bf1bd89932bc61067f3bbd1af150a started and detached.
Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: open /dev/console: permission denied: unknown [-] Fri Jul 19 14:17:37 UTC 2024 - Test ended on Fri Jul 19 14:17:37 UTC 2024 and EMBA failed in docker mode! [] Fri Jul 19 14:17:37 UTC 2024 - Final cleanup started. [] Fri Jul 19 14:17:37 UTC 2024 - Stopping Quest Container ... ded2688312c11cef81dcc98040fec17f071bf1bd89932bc61067f3bbd1af150a [] Fri Jul 19 14:17:37 UTC 2024 - Stopping kernel downloader thread with PID 10634 [] Fri Jul 19 14:17:38 UTC 2024 - Stopping EMBA process with PID 10681
&&&&&&&&&&&&&&&&& &&&&&&&&&&&&&&&&&
(#2) Second results below. ((two iterations)
Noting the /dev/console error, I attempted to use the recent comment about developer mode (after struggling through asking questions an LLM agent that I trained on this repo's documents). It wanted me to install the linux headers and some other commands. That went into a dark hole of pain. I did have some challenges with the -F switch but I fixed that by running #sudo /bin/mkdir -p /home/linuxbrew/.cache/Homebrew
Error detected - status code 1 Command: echo -e "Command: ${ORANGE}${BASH_COMMAND}${NC}" Location: ./installer/I01_default_apps.sh, line 92 Stack Trace: [1] I01_default_apps(): ./installer/I01_default_apps.sh, line 92 -> I01_default_apps [2] main(): ./installer.sh, line 329 -> main -F
Important: Consider filling out a bug report at https://github.com/e-m-b-a/emba/issues
gitpod /workspace/emba (master) $ /bin/mkdir -p /home/linuxbrew/.cache/Homebrew /bin/mkdir: cannot create directory ‘/home/linuxbrew/.cache’: Permission denied gitpod /workspace/emba (master) $ sudo /bin/mkdir -p /home/linuxbrew/.cache/Homebrew
(2nd iteration)
######## ######## Thank you for your help and interest. My goal was to do some quick tests to see if we could use this platform for students performing some work with this tool. It is obvious to me that the community is doing some great work here, so here to support as best that I can.
Error detected - status code 1 Command: echo -e "Command: ${ORANGE}${BASH_COMMAND}${NC}" Location: ./installer/I13_disasm.sh, line 110 Stack Trace: [1] I13_disasm(): ./installer/I13_disasm.sh, line 110 -> I13_disasm [2] main(): ./installer.sh, line 331 -> main -F
Important: Consider filling out a bug report at https://github.com/e-m-b-a/emba/issues
Full install is only supported and tested on Kali Linux
This issue is stale because it has been open for 28 days with no activity.
any progress?
Describe the bug CONTAINER VARIABLE SET TO embeddedanalyzer/emba:1.4.1e 1.4.1e: Pulling from embeddedanalyzer/emba beda2df076e1: Pull complete 6c6558834121: Pull complete 641795abd7ee: Pull complete c862cf65afdb: Pull complete 66dd883588f6: Pull complete f381de0b2824: Extracting [==================================================>] 5.38GB/5.38GB b5b62e8906aa: Download complete failed to register layer: failed to Lchown "/root/.cpanm/work/1719916562.221739/Number-Compare-0.03" for UID 831580115, GID 755412454 (try increasing the number of subordinate IDs in /etc/subuid and /etc/subgid): lchown /root/.cpanm/work/1719916562.221739/Number-Compare-0.03: invalid argument
Error detected - status code 1 Command: echo -e "Command: ${ORANGE}${BASH_COMMAND}${NC}" Location: ./installer/I05_emba_docker_image_dl.sh, line 52 Stack Trace: [1] I05_emba_docker_image_dl(): ./installer/I05_emba_docker_image_dl.sh, line 52 -> I05_emba_docker_image_dl [2] main(): ./installer.sh, line 333 -> main -d
Important: Consider filling out a bug report at https://github.com/e-m-b-a/emba/issues
gitpod /workspace/emba (master) $
To Reproduce Steps to reproduce the behavior:
Priority issue Are you already a [Sponsor]? - N
Additional context Trying to run emba in a gitpod.io workspace so that it is simple to get started with. Produces the above error after running install shell script.