e-m-b-a / emba

EMBA - The firmware security analyzer
https://www.securefirmware.de
GNU General Public License v3.0
2.69k stars 233 forks source link

pip3 install requirements.txt #218

Closed torabi12 closed 2 years ago

torabi12 commented 2 years ago

Describe the bug The emba installer when uses the pip3 install -r requirements command this error comes: image

To Reproduce Steps to reproduce the behavior:

  1. EMBA installation (default mode)
  2. See error

Expected behavior pip3 install should be working fine.

Screenshots Added above.

Desktop (please complete the following information):

m-1-k-3 commented 2 years ago

which module of the installer is this error from? IF20_cve_search?

m-1-k-3 commented 2 years ago

On my current system I have a different version of crackmapexec. I will do a fresh installation tomorrow on testing the new Kali release. Probably it is a broken dep of cve-search. We will see ...

torabi12 commented 2 years ago

It is in IF20_cve_search modul, at the end of pip3 installation of requirements. Thanks & regards, torabi12

m-1-k-3 commented 2 years ago

Looks like broken deps. This should work: sudo python3 -m pip install -Iv crackmapexec==5.1.7.dev0 I will include this into the next update.

torabi12 commented 2 years ago

Thank you the fix command, It was working on Kali 2022.1 with no PROXY.

torabi12 commented 2 years ago

I used the crackmapexec install command and the emba installation was fine but the cve-search part of the scan does not work for me: kép

It used to work a few days ago but now, something has changed and I can't run any scans.

m-1-k-3 commented 2 years ago

did you take a look at this issue? https://github.com/e-m-b-a/emba/issues/187

torabi12 commented 2 years ago

Yes I have checked, before I start the scan mongod is running. bindIp is 172.36.0.1. The emba_runs network interface is available. image

During the firmware scan when the dots are filling the screen I get a message that cve-search is not working. And if I check again mongod it is not running: image

m-1-k-3 commented 2 years ago

are you running out of disk space?

torabi12 commented 2 years ago

Its a shame but yes I lost all the free space on my system: image

Nothing wrong with emba, this firmware scan just needs a huge disk space. Thank you!