quarkslab / irma

IRMA is an asynchronous & customizable analysis system for suspicious files.
https://irma.quarkslab.com
Apache License 2.0
269 stars 55 forks source link

authentication failure #44

Closed sam-23 closed 6 years ago

sam-23 commented 6 years ago

Activating analyzer 1) sudo su irma 2) cd /opt/irma/irma -probe/current/ 3) venv/bin/pip install -r \ modules/external/virustotal/requirements.txt

At step 3 error occurred and it says permission denied when step 3 is executed. how to access the root and need the root password I have imported the Irma 1.5.3 .ova file. It need the password for sudo su irma ?

ch0k0bn commented 6 years ago

to install new stuff on the virtual machine use the deploy account (that has sudo rights).

sudo su deploy
cd /opt/irma/irma -probe/current/
venv/bin/pip install -r modules/external/virustotal/requirements.txt

Btw use the 2.0 ova if you want something newer